aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/weibo.py
Commit message (Expand)AuthorAgeFilesLines
* [weibo] Misc improvementsYen Chi Hsuan2018-01-091-63/+70
* changed to use .get to get field from json objectsprhawk2018-01-011-1/+1
* replace unused _download_webpage_handle with _download_webpagesprhawk2017-12-301-4/+4
* replace split with strip_jsonpsprhawk2017-12-301-1/+2
* replace urlencode.encode with urlencode_postdatasprhawk2017-12-301-3/+3
* fix according to "https://github.com/rg3/youtube-dl/pull/15079#discussion_r15...sprhawk2017-12-261-52/+31
* fix compat_urllib_request for python2.7sprhawk2017-12-261-4/+3
* re-format code to pass flake8sprhawk2017-12-261-51/+52
* change to use compat urllibsprhawk2017-12-261-3/+5
* added weibo mobile site supportsprhawk2017-12-261-0/+46
* add other properties; remove print verbosesprhawk2017-12-111-4/+3
* a working versionsprhawk2017-12-111-16/+25
* simply get the correct webpage, but not parsed to extract informationsprhawk2017-12-111-0/+97
* [weibo] Remove the extractorYen Chi Hsuan2016-06-101-49/+0
* 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' fie...Jaime Marquínez Ferrándiz2013-11-061-0/+1
* WeiboIE: extract the player urls from a json webpageJaime Marquínez Ferrándiz2013-07-191-3/+14
* Add WeiboIE (closes #1039)Jaime Marquínez Ferrándiz2013-07-191-0/+37