Yen Chi Hsuan
|
5eca00a2e3
|
[weibo] Misc improvements
|
7 years ago |
sprhawk
|
6648fd8ad6
|
changed to use .get to get field from json object
|
7 years ago |
sprhawk
|
48058d82dc
|
replace unused _download_webpage_handle with _download_webpage
|
7 years ago |
sprhawk
|
6a41a12d29
|
replace split with strip_jsonp
|
7 years ago |
sprhawk
|
5c97ec5ff5
|
replace urlencode.encode with urlencode_postdata
|
7 years ago |
sprhawk
|
42a1012c77
|
fix according to "https://github.com/rg3/youtube-dl/pull/15079#discussion_r158688607"
|
7 years ago |
sprhawk
|
2593651224
|
fix compat_urllib_request for python2.7
|
7 years ago |
sprhawk
|
951043724f
|
re-format code to pass flake8
|
7 years ago |
sprhawk
|
d2be5bb5af
|
change to use compat urllib
|
7 years ago |
sprhawk
|
447a5a710d
|
added weibo mobile site support
|
7 years ago |
sprhawk
|
0c69958844
|
add other properties; remove print verbose
|
7 years ago |
sprhawk
|
3281af3464
|
a working version
|
7 years ago |
sprhawk
|
29ac31afaf
|
simply get the correct webpage, but not parsed to extract information
|
7 years ago |
Yen Chi Hsuan
|
e1e0a10c56
|
[weibo] Remove the extractor
The Weibo weishipin (微視頻, tiny videos) service is dead and now all
videos are hosted on Sina videos, which is covered by sina.py
|
9 years ago |
Jouke Waleson
|
9e1a5b8455
|
PEP8: applied even more rules
|
10 years ago |
Jaime Marquínez Ferrándiz
|
97b5196960
|
[weibo] Modernize
|
11 years ago |
Jaime Marquínez Ferrándiz
|
9ee2b5f6f2
|
tests: don't run the test if any of the extractors listed in the 'add_ie' field is marked as not working
|
11 years ago |
Jaime Marquínez Ferrándiz
|
de7a91bfe3
|
WeiboIE: extract the player urls from a json webpage
Also extract a Sina url that doesn't require to follow a redirection.
|
11 years ago |
Jaime Marquínez Ferrándiz
|
c364f15ff1
|
Add WeiboIE (closes #1039)
It just embed video from other sites.
Modified the _VALID_URL of Youku to catch embed urls.
|
11 years ago |