Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iqiyi 只能解析到爱奇艺宣传片 #3

Closed
zhangn1985 opened this issue Jun 21, 2016 · 1 comment
Closed

iqiyi 只能解析到爱奇艺宣传片 #3

zhangn1985 opened this issue Jun 21, 2016 · 1 comment

Comments

@zhangn1985
Copy link
Collaborator

https://github.com/soimort/you-get/issues/1211
ytdl-org/youtube-dl#9839
yan12125/iqiyi-hack#4

flash版播放器的分析卡在cmd5.calc
JS版播放器卡在SC的计算上。

我集中与 JS版。目前有的线索是:

j = '{{#list}}<div class="figure_list {{selected}}" item-data-tvid="{{album_tvid}}"><a clickplay href="{{url}}" class="figure_pic" title="" data-delegate="go" data-tvid="{{album_tvid}}" data-vid="{{album_vid}}"{{#uid}}data-sc="{{sc}}" data-cc="{{cc}}" data-un="{{album_un}}" data-vn="{{album_name}}" data-uid="{{uid}}" data-follow="{{album_follow}}" data-video_num="{{album_video_num}}" data-vip="{{album_vip}}" {{/uid}}data-page-tmplid="play" data-albumid="{{albumId}}"><img src="{{album_pic_url}}" alt="" /><div class="figure_mask"><p class="picList_info picList_info-right playTime">{{album_time_length}}</p></div></a><div class="figure_cont"><h3 class="figure_title"><a clickplay href="{{url}}" data-delegate="go" data-tvid="{{album_tvid}}" data-vid="{{album_vid}}" data-page-tmplid="play" data-albumid="{{albumId}}" {{#uid}}data-sc="{{sc}}" data-cc="{{cc}}" data-un="{{un}}" data-uid="{{uid}}" data-follow="{{followerCount}}" data-video_num={{userVideocount}} data-vip={{vip}}{{/uid}}>{{_subTitle}}</a></h3><div class="figure_num"><div class="mr20"><i class="ff-icon ff-playNum"></i><em class="num">{{playTotal}}</em></div></div></div></div>{{/list}}',
k = '{{#list}}<div class="figure_list {{selected}}" item-data-tvid="{{album_tvid}}"><a clickplay href="{{url}}" class="figure_pic" title="" data-delegate="go" data-tvid="{{album_tvid}}" data-vid="{{album_vid}}"{{#uid}}data-sc="{{sc}}" data-cc="{{cc}}" data-un="{{un}}" data-uid="{{uid}}" data-follow="{{followerCount}}" data-video_num={{userVideocount}} data-vip={{vip}}{{/uid}}data-page-tmplid="play" data-albumid="{{albumId}}"><img src="{{album_pic_url}}" alt="" /><div class="figure_mask"><p class="picList_info picList_info-right playTime">{{album_time_length}}</p></div></a><div class="figure_cont"><h3 class="figure_title"><a clickplay href="{{url}}" data-delegate="go" data-tvid="{{album_tvid}}" data-vid="{{album_vid}}" data-page-tmplid="play" data-albumid="{{albumId}}" {{#uid}}data-sc="{{sc}}" data-cc="{{cc}}" data-un="{{un}}" data-uid="{{uid}}" data-follow="{{followerCount}}" data-video_num={{userVideocount}} data-vip={{vip}}{{/uid}}>{{_subTitle}}</a></h3><div class="figure_num"><div class="mr20"><i class="ff-icon ff-playNum"></i><em class="num" id="albumId{{id}}">0</em></div></div></div></div>{{/list}}';

这段代码中是不是包含生成SC的线索。

@zhangn1985
Copy link
Collaborator Author

fixed by f39eb69

zhangn1985 pushed a commit that referenced this issue Apr 27, 2018
remove stream_types in VideoExtractor
and do releated change in extractors

current breaks youku, and youtube

for #3

Change-Id: I16d84bc7d2b9d6643cb7e20c7d00c3a4893f40f7
Signed-off-by: ykdl <zhangn1985@gmail.com>
zhangn1985 pushed a commit that referenced this issue Apr 27, 2018
for #3

Change-Id: I0229f67d5ee62ff396bfc89ea9a130e760123cac
Signed-off-by: ykdl <zhangn1985@gmail.com>
zhangn1985 pushed a commit that referenced this issue Apr 27, 2018
remove stream_types in VideoExtractor
and do releated change in extractors

current breaks youku, and youtube

for #3

Change-Id: I16d84bc7d2b9d6643cb7e20c7d00c3a4893f40f7
Signed-off-by: ykdl <zhangn1985@gmail.com>
zhangn1985 pushed a commit that referenced this issue Apr 27, 2018
for #3

Change-Id: I0229f67d5ee62ff396bfc89ea9a130e760123cac
Signed-off-by: ykdl <zhangn1985@gmail.com>
zhangn1985 pushed a commit that referenced this issue Apr 27, 2018
remove stream_types in VideoExtractor
and do releated change in extractors

current breaks youku, and youtube

for #3

Change-Id: I16d84bc7d2b9d6643cb7e20c7d00c3a4893f40f7
Signed-off-by: Zhang Ning <zhangn1985@gmail.com>
zhangn1985 pushed a commit that referenced this issue Apr 27, 2018
for #3

Change-Id: I0229f67d5ee62ff396bfc89ea9a130e760123cac
Signed-off-by: Zhang Ning <zhangn1985@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant