aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/weibo.py
AgeCommit message (Collapse)Author
2019-03-31[weibo] Extend _VALID_URL (#20496)RexYuan
2018-01-09[weibo] Misc improvementsYen Chi Hsuan
2018-01-01changed to use .get to get field from json objectsprhawk
2017-12-30replace unused _download_webpage_handle with _download_webpagesprhawk
2017-12-30replace split with strip_jsonpsprhawk
2017-12-30replace urlencode.encode with urlencode_postdatasprhawk
2017-12-26fix according to ↵sprhawk
"https://github.com/rg3/youtube-dl/pull/15079#discussion_r158688607"
2017-12-26fix compat_urllib_request for python2.7sprhawk
2017-12-26re-format code to pass flake8sprhawk
2017-12-26change to use compat urllibsprhawk
2017-12-26added weibo mobile site supportsprhawk
2017-12-11add other properties; remove print verbosesprhawk
2017-12-11a working versionsprhawk
2017-12-11simply get the correct webpage, but not parsed to extract informationsprhawk
2016-06-10[weibo] Remove the extractorYen Chi Hsuan
The Weibo weishipin (微視頻, tiny videos) service is dead and now all videos are hosted on Sina videos, which is covered by sina.py
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-04-11[weibo] ModernizeJaime Marquínez Ferrándiz
2013-11-06tests: don't run the test if any of the extractors listed in the 'add_ie' ↵Jaime Marquínez Ferrándiz
field is marked as not working
2013-07-19WeiboIE: extract the player urls from a json webpageJaime Marquínez Ferrándiz
Also extract a Sina url that doesn't require to follow a redirection.
2013-07-19Add WeiboIE (closes #1039)Jaime Marquínez Ferrándiz
It just embed video from other sites. Modified the _VALID_URL of Youku to catch embed urls.