aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/weibo.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
|
* [weibo] ModernizeJaime Marquínez Ferrándiz2014-04-111-15/+15
|
* tests: don't run the test if any of the extractors listed in the 'add_ie' ↵Jaime Marquínez Ferrándiz2013-11-061-0/+1
| | | | field is marked as not working
* WeiboIE: extract the player urls from a json webpageJaime Marquínez Ferrándiz2013-07-191-3/+14
| | | | Also extract a Sina url that doesn't require to follow a redirection.
* Add WeiboIE (closes #1039)Jaime Marquínez Ferrándiz2013-07-191-0/+37
It just embed video from other sites. Modified the _VALID_URL of Youku to catch embed urls.