aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/tube8.py
Commit message (Expand)AuthorAgeFilesLines
* [tube8] Remove proxy settings from testSergey M․2016-09-111-4/+0
* [tube8] Extract categories and tags (Closes #10579)Sergey M․2016-09-111-0/+21
* [tube8] ModernizeSergey M․2016-08-171-50/+10
* [tube8] PEP 8Sergey M․2016-01-201-1/+1
* [tube8] Extract duration and modernizeSergey M․2016-01-201-29/+27
* [tube8] Fix extraction and extract all formats (Closes #8281)Sergey M․2016-01-201-11/+23
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-5/+3
* [tube8] Fix extraction (Closes #5952)Sergey M․2015-06-111-1/+1
* [tube8] fix extractor (fixes #5846)pulpe2015-05-301-7/+7
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+3
* [tube8] Improve _VALID_URL and add display_idSergey M2014-09-211-14/+23
* [tube8] Improved regexmegustamucho2014-09-091-1/+1
* [tube8] Update test and modernizeSergey M․2014-06-111-2/+3
* [tube8] Fix extraction and modernizeSergey M․2014-04-131-36/+56
* Extended valid urls schemaMikeCol2014-02-081-1/+1
* Clean up unused imports and other minor mistakesPhilipp Hagemeister2013-11-201-2/+0
* Style fixes for extractors: remove spaces around (,),{ and }Jaime Marquínez Ferrándiz2013-11-031-3/+3
* Add the missing age_limit tags; added a devscript to do a superficial check f...Filippo Valsorda2013-10-281-0/+2
* [Tube8IE] Fix regex for uploader extractionrzhxeo2013-10-271-1/+1
* [Tube8IE] Escape dot in regexrzhxeo2013-10-271-1/+1
* Add support for http://www.tube8.comrzhxeo2013-10-261-0/+63