Commit Graph

19 Commits (3089bc748c0fe72a0361bce3f5e2fbab25175236)

Author SHA1 Message Date
Sergey M․ 3089bc748c
Fix W504 and disable W503 (closes #20863) 5 years ago
Yen Chi Hsuan d2b64e04b4
[addanime] Skip an invalid test 7 years ago
Sergey M․ 15707c7e02 [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict
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
8 years ago
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure 8 years ago
Sergey M․ a35099bd33 [addanime] Add test for #5372 9 years ago
Sergey M․ 5f4b5cf044 [addanime] Extend _VALID_URL (Closes #5372) 9 years ago
Sergey M․ beb10f843f [addanime] Add format quality (Closes #5371) 9 years ago
Philipp Hagemeister e0938e7731 [addanime] Modernize 10 years ago
Philipp Hagemeister 8c25f81bee [util] Move compatibility functions out of util
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 .
10 years ago
Philipp Hagemeister f847ca02d3 [addanime] Modernize 10 years ago
dst c0ade33e16 Correct some extractor _VALID_URL regexes 11 years ago
Philipp Hagemeister c1002e96e9 Let extractors omit ext in formats 11 years ago
Philipp Hagemeister 77d0a82fef [addanime] Use new formats system 11 years ago
Abdulelah Alfntokh 198e370f23 [addanime] better regex. 11 years ago
Abdulelah Alfntokh 3e6a330d38 [addanime] fix md5sum 11 years ago
Abdulelah Alfntokh aee5e18c8f [addanime] catch 'RegexNotFoundError' 11 years ago
pyed 14e10b2b6e [addanime] try to download HQ before normal 11 years ago
Philipp Hagemeister ce6a696e4d Remove unused imports 11 years ago
Philipp Hagemeister 4f5f18acb9 [addanime] add file 11 years ago