index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
extractor
/
weibo.py
Age
Commit message (
Expand
)
Author
2018-01-09
[weibo] Misc improvements
Yen Chi Hsuan
2018-01-01
changed to use .get to get field from json object
sprhawk
2017-12-30
replace unused _download_webpage_handle with _download_webpage
sprhawk
2017-12-30
replace split with strip_jsonp
sprhawk
2017-12-30
replace urlencode.encode with urlencode_postdata
sprhawk
2017-12-26
fix according to "https://github.com/rg3/youtube-dl/pull/15079#discussion_r15...
sprhawk
2017-12-26
fix compat_urllib_request for python2.7
sprhawk
2017-12-26
re-format code to pass flake8
sprhawk
2017-12-26
change to use compat urllib
sprhawk
2017-12-26
added weibo mobile site support
sprhawk
2017-12-11
add other properties; remove print verbose
sprhawk
2017-12-11
a working version
sprhawk
2017-12-11
simply get the correct webpage, but not parsed to extract information
sprhawk
2016-06-10
[weibo] Remove the extractor
Yen Chi Hsuan
2014-11-23
PEP8: applied even more rules
Jouke Waleson
2014-04-11
[weibo] Modernize
Jaime Marquínez Ferrándiz
2013-11-06
tests: don't run the test if any of the extractors listed in the 'add_ie' fie...
Jaime Marquínez Ferrándiz
2013-07-19
WeiboIE: extract the player urls from a json webpage
Jaime Marquínez Ferrándiz
2013-07-19
Add WeiboIE (closes #1039)
Jaime Marquínez Ferrándiz