aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/addanime.py
Commit message (Collapse)AuthorAgeFilesLines
* [addanime] Skip an invalid testYen Chi Hsuan2017-03-061-1/+2
|
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-261-2/+2
| | | | | | | encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode Closes #8974
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [addanime] Add test for #5372Sergey M․2015-04-071-2/+5
|
* [addanime] Extend _VALID_URL (Closes #5372)Sergey M․2015-04-071-1/+1
|
* [addanime] Add format quality (Closes #5371)Sergey M․2015-04-071-1/+5
|
* [addanime] ModernizePhilipp Hagemeister2014-11-261-5/+4
|
* [util] Move compatibility functions out of utilPhilipp Hagemeister2014-11-021-2/+3
| | | | | | | utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py .
* [addanime] ModernizePhilipp Hagemeister2014-03-241-15/+16
|
* Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
|
* Let extractors omit ext in formatsPhilipp Hagemeister2013-10-281-1/+0
|
* [addanime] Use new formats systemPhilipp Hagemeister2013-10-281-7/+17
|
* [addanime] better regex.Abdulelah Alfntokh2013-10-271-7/+2
|
* [addanime] fix md5sumAbdulelah Alfntokh2013-10-271-1/+1
|
* [addanime] catch 'RegexNotFoundError'Abdulelah Alfntokh2013-10-271-3/+6
|
* [addanime] try to download HQ before normalpyed2013-10-271-4/+8
|
* Remove unused importsPhilipp Hagemeister2013-08-281-1/+0
|
* [addanime] add filePhilipp Hagemeister2013-08-281-0/+76