|
liu3157551
中级用户
  
积分 259
发帖 164
注册 2006-9-21
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
虽然感觉很怕QVOD把它加密了。。。但为了让你们研究也只能这样了,有高手帮帮忙解决问题吗?
Although I feel very worried that QVOD has encrypted it... But in order to let you study, I can only do this. Is there any expert to help solve the problem?
|
|
2009-4-22 13:40 |
|
|
yishanju
银牌会员
     [b]看你妹啊[/b]
积分 1488
发帖 1357
注册 2006-5-20
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
生成的文件大概需要存为UTF8
把那个"A.TXT" 也传一份上来看看
The generated file should probably be saved as UTF8. Also, please upload a copy of that "A.TXT" for us to take a look.
|

有问题请发论坛或者自行搜索,再短消息问我的统统是SB |
|
2009-4-22 14:03 |
|
|
liu3157551
中级用户
  
积分 259
发帖 164
注册 2006-9-21
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
那个是下载文件的地址被我收藏在A、txt那里而已 ,像电驴一样的,qvod://261204498|79B492FD2273303CF4A58EB8E0746FF57E15BD4C|败犬女王_14.rmvb|
前面是大小,后面是sh1指纹,然后是文件名。可以自己随便起名。
That is just that the download file address is collected in A, txt. It is like eDonkey. qvod://261204498|79B492FD2273303CF4A58EB8E0746FF57E15BD4C|败犬女王_14.rmvb|
The front is the size, the back is the sh1 fingerprint, and then the file name. You can name it randomly by yourself.
|
|
2009-4-23 21:23 |
|
|
yishanju
银牌会员
     [b]看你妹啊[/b]
积分 1488
发帖 1357
注册 2006-5-20
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
用14楼的批处理得到的文本另存成UTF8,看看能识别不
Save the text obtained from the batch processing on the 14th floor as UTF8 and see if it can be recognized.
|

有问题请发论坛或者自行搜索,再短消息问我的统统是SB |
|
2009-4-23 22:22 |
|
|
liu3157551
中级用户
  
积分 259
发帖 164
注册 2006-9-21
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
还是不行,你看看有什么区别吧我上传一个用批处理生成的文件和种子文件的附件给你好了~~
Last edited by liu3157551 on 2009-4-24 at 07:06 ]
Still not working. Let's see what the difference is. I'll upload an attachment of a file generated by batch processing and a seed file for you.
Last edited by liu3157551 on 2009-4-24 at 07:06 ]
|
|
2009-4-23 23:44 |
|
|
liu3157551
中级用户
  
积分 259
发帖 164
注册 2006-9-21
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
要不这样?
1.能不能用批处理复制原文件生成新文件
2.修改替换新文件第三行的地址就行了?
<qsed version="3.0.0.57">
<entry>
<ref href="qvod://261204498|79B492FD2273303CF4A58EB8E0746FF57E15BD4C|败犬女王_14.rmvb|
"/>
</entry>
</qsed>
这样就可以准确完成任务了?
Last edited by liu3157551 on 2009-4-23 at 23:54 ]
How about this?
1. Can we use batch processing to copy the original file to generate a new file?
2. Just modify and replace the address in the third line of the new file?
<qsed version="3.0.0.57">
<entry>
<ref href="qvod://261204498|79B492FD2273303CF4A58EB8E0746FF57E15BD4C|败犬女王_14.rmvb|
"/>
</entry>
</qsed>
Will this accurately complete the task?
Last edited by liu3157551 on 2009-4-23 at 23:54 ]
|
|
2009-4-23 23:50 |
|
|
yishanju
银牌会员
     [b]看你妹啊[/b]
积分 1488
发帖 1357
注册 2006-5-20
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
==试试先才知道行不行,
能用第三方命令行工具吧
看到列表中那么多很好很强大滴小电影我决定要装一个播放器先
楼主都用什么播放器来着
==Let's try it to see if it works,
Can we use third-party command-line tools?
Seeing so many very good and powerful small movies in the list, I decided to install a player first
What players does the楼主use?
|

有问题请发论坛或者自行搜索,再短消息问我的统统是SB |
|
2009-4-24 03:20 |
|
|
yishanju
银牌会员
     [b]看你妹啊[/b]
积分 1488
发帖 1357
注册 2006-5-20
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
@echo off
for /f "tokens=1,2,3* delims=^|" %%i in (list.txt) do (
copy qsed.txt "%%k.qsed" /y
wfr "%%k.qsed" -ric:"<ref href=\".*" -t:"^<ref href=\"%%i|%%j|%%k|\r" -encout:utf-8
)
pause
因为要生成UTF-8的文本所以用到了一个第三方命令行工具WFR,支持正则查找替换,编码转换
按照21楼中所说的思路,用一个可以播放的QSED文件作为模板,复制成新文件,然后用WFR修改。
附件中的qsed.txt是模板文件
list.txt 是包含QVOD地址的文件
附件下载:
http://upload.cn-dos.net/img/1428.rar
http://www.namipan.com/d/QVOD.rar/5241150d035c3ef1fc4ad569f3cbad38651e3838bde60200
Last edited by yishanju on 2009-4-24 at 05:55 ]
@echo off
for /f "tokens=1,2,3* delims=^|" %%i in (list.txt) do (
copy qsed.txt "%%k.qsed" /y
wfr "%%k.qsed" -ric:"<ref href=\".*" -t:"^<ref href=\"%%i|%%j|%%k|\r" -encout:utf-8
)
pause
Because to generate UTF-8 text, a third-party command-line tool WFR is used, which supports regular expression find and replace, and encoding conversion.
According to the idea mentioned in building 21, use a playable QSED file as a template, copy it into a new file, and then modify it with WFR.
The qsed.txt in the attachment is the template file.
list.txt is the file containing QVOD addresses.
Attachment download:
http://upload.cn-dos.net/img/1428.rar
http://www.namipan.com/d/QVOD.rar/5241150d035c3ef1fc4ad569f3cbad38651e3838bde60200
Last edited by yishanju on 2009-4-24 at 05:55 ]
|

有问题请发论坛或者自行搜索,再短消息问我的统统是SB |
|
2009-4-24 05:48 |
|
|
liu3157551
中级用户
  
积分 259
发帖 164
注册 2006-9-21
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
谢谢你好聪明好好``像你这样的好人真的好少好少了~~你人品真的很好~~~
非常感谢了~~一言难尽呀,就像中奖一样^_^
忘了和你说是QVOD中文快播播放器^_^希望你也会喜欢它
Last edited by liu3157551 on 2009-4-24 at 07:03 ]
Thank you. You're so smart and good``It's really rare to have someone like you. Your character is really good~~~
Thanks a lot~~It's hard to put into words, just like winning a prize^_^
Forgot to tell you it's QVOD Chinese KuaiBo Player^_^ Hope you'll like it too
Last edited by liu3157551 on 2009-4-24 at 07:03 ]
|
|
2009-4-24 07:01 |
|
|
liu3157551
中级用户
  
积分 259
发帖 164
注册 2006-9-21
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
不过经检验有点小问题,不是很完美,不过又不影响使用。只是不美观
有些文件会产生多两个"^"符号
后经我自己乱改完成了。。。。真是太笨了我。不好意思又打扰了你了。
Last edited by liu3157551 on 2010-1-5 at 21:14 ]
But after inspection, there were a few small issues, not perfect, but it doesn't affect use. Just not aesthetically pleasing. Some files have two more "^" symbols generated.
Then I finished it by randomly modifying it myself... I'm really stupid. Sorry to bother you again.
Last edited by liu3157551 on 2010-1-5 at 21:14 ]
|
|
2010-1-5 15:07 |
|