aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/sohu.py
Commit message (Expand)AuthorAgeFilesLines
* [sohu] Fix numeric fieldsSergey M․2017-06-091-5/+10
* [sohu] raise GeoRestrictedErrorRemita Amine2017-02-231-4/+3
* Unify coding cookieDéstin Reed2016-10-031-1/+1
* [sohu] Update _TESTS (closes #10260)Yen Chi Hsuan2016-08-081-6/+1
* Rename --cn-verfication-proxy to --geo-verification-proxyYen Chi Hsuan2016-07-031-12/+4
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-2/+2
* [sohu]fix 403 forbidden虾哥哥2015-12-081-0/+1
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-2/+2
* [sohu] Fix extraction againYen Chi Hsuan2015-06-221-12/+30
* Revert "[sohu] Update extractor"Yen Chi Hsuan2015-06-211-19/+25
* [letv/sohu] Skip tests relying on external proxiesYen Chi Hsuan2015-05-201-3/+1
* [sohu] Update extractorYen Chi Hsuan2015-05-091-25/+19
* [sohu] Enhance error handlingYen Chi Hsuan2015-05-091-1/+13
* [Sohu] Fix title extractionYen Chi Hsuan2015-04-191-2/+4
* [sohu] Fix test's note infoSergey M․2015-03-171-5/+6
* [Sohu] Fix title extractionYen Chi Hsuan2015-03-151-4/+13
* [Sohu] Add a multiplart video test caseYen Chi Hsuan2015-03-151-0/+31
* [utils] Add a function to sanitize consecutive slashes in URLsYen Chi Hsuan2015-03-061-5/+3
* [sohu] Correct wrong importsYen Chi Hsuan2015-03-061-2/+4
* [sohu] Fix info extractor and add testsYen Chi Hsuan2015-03-061-8/+38
* [sohu] Modernize and extract all formats and more metadata (Closes #4409, clo...Sergey M․2014-12-251-42/+54
* Remove useless u prefixesPhilipp Hagemeister2014-11-261-3/+3
* [sohu] ModernizePhilipp Hagemeister2014-11-261-9/+11
* PEP8: E225,E227Jouke Waleson2014-11-231-1/+1
* PEP8: more appliedJouke Waleson2014-11-231-1/+1
* [sohu] Skip testJaime Marquínez Ferrándiz2014-02-151-0/+1
* [sohu] add support for my.tv.sohu.com urls (fixes #1398)Jaime Marquínez Ferrándiz2013-09-091-6/+10
* [sohu] Handle encoding, and fix testsPhilipp Hagemeister2013-08-281-67/+64
* improve sohu extractorhuohuarong2013-08-061-0/+2
* fix parse title bughuohuarong2013-08-051-4/+5
* use ..utils/clean_html()huohuarong2013-08-031-13/+6
* add an extractor for tv.sohu.comhuohuarong2013-08-021-0/+97