aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/weibo.py
AgeCommit message (Expand)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 "https://github.com/rg3/youtube-dl/pull/15079#discussion_r15...sprhawk
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
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' fie...Jaime Marquínez Ferrándiz
2013-07-19WeiboIE: extract the player urls from a json webpageJaime Marquínez Ferrándiz
2013-07-19Add WeiboIE (closes #1039)Jaime Marquínez Ferrándiz