about summary refs log tree commit diff
path: root/youtube_dl/extractor/sina.py
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary assignment parenthesisRemita Amine2018-05-261-1/+1
* [sina] fix extraction(fixes #1146)remitamine2016-05-131-40/+84
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-2/+2
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-5/+3
* [sina] Modernize and simplifyPhilipp Hagemeister2015-02-011-7/+4
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+1
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
* [sina] Recognize http://video.sina.com.cn/v/b/{id}-*.html urls (fixes #2212)Jaime Marquínez Ferrándiz2014-01-231-9/+19
* [sina] use unicode_literalsJaime Marquínez Ferrándiz2014-01-231-9/+10
* Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz2013-11-261-3/+1
* Add SinaIE (related #1039): extractor for video.sina.com.cnJaime Marquínez Ferrándiz2013-07-181-0/+67