20 Commits (master)

Author SHA1 Message Date
RexYuan 93bb6b1bae [weibo] Extend _VALID_URL (#20496) 5 years ago
Yen Chi Hsuan 5eca00a2e3 [weibo] Misc improvements 6 years ago
sprhawk 6648fd8ad6 changed to use .get to get field from json object 6 years ago
sprhawk 48058d82dc replace unused _download_webpage_handle with _download_webpage 6 years ago
sprhawk 6a41a12d29 replace split with strip_jsonp 6 years ago
sprhawk 5c97ec5ff5 replace urlencode.encode with urlencode_postdata 6 years ago
sprhawk 42a1012c77 fix according to "https://github.com/rg3/youtube-dl/pull/15079#discussion_r158688607" 6 years ago
sprhawk 2593651224 fix compat_urllib_request for python2.7 6 years ago
sprhawk 951043724f re-format code to pass flake8 6 years ago
sprhawk d2be5bb5af change to use compat urllib 6 years ago
sprhawk 447a5a710d added weibo mobile site support 6 years ago
sprhawk 0c69958844 add other properties; remove print verbose 6 years ago
sprhawk 3281af3464 a working version 6 years ago
sprhawk 29ac31afaf simply get the correct webpage, but not parsed to extract information 6 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
8 years ago
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules 10 years ago
Jaime Marquínez Ferrándiz 97b5196960 [weibo] Modernize 10 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