youtube-dl: cant download from qq
Hi I tried:
youtube-dl http://v.qq.com/page/y/i/0/y01647bfni0.html
[generic] y01647bfni0: Requesting header
WARNING: Falling back on generic information extractor.
[generic] y01647bfni0: Downloading webpage
[generic] y01647bfni0: Extracting information
ERROR: Unsupported URL: http://v.qq.com/page/y/i/0/y01647bfni0.html
Supported sites lists some qq sites as supported though.
About this issue
- Original URL
- State: open
- Created 9 years ago
- Reactions: 3
- Comments: 26 (1 by maintainers)
Commits related to this issue
- [qq] Add new extractor (closes #6831) Many thanks @lvqier for the algorithm! Ref: https://github.com/lvqier/crawlers/blob/master/txsp/txsp.py — committed to yan12125/youtube-dl by deleted user 7 years ago
Sorry for the delay. I got a WIP work based on @lvqier’s script but it’s far from complete yet: https://github.com/yan12125/youtube-dl/tree/wip-qq
may be it’s only used in the flash player, i didn’t see any reference to
ckey
in the html5 requests. i will post the code that i already have in case that someone want to continue working on it(but i think that handling multipart should be fixed before continue working on this):Hmm. Did you mean the PLAYER_GUID variable? Sounds like the cache system in youtube-dl can help.
Note to myself: https://v.qq.com/x/page/i0137wt2799.html doesn’t work with wip-qq. Seems I over-simplify codes in txsp.py
Ref: soimort/you-get#1685
@yan12125 I have re-licensed my repository, please enjoy it.