Yen Chi Hsuan
|
6f20b65e72
|
[test/test_http] Update tests
After switching to HTML5 extraction helpers in generic.py, the result
info_dict is always a playlist.
|
8 years ago |
Sergey M․
|
c6eed6b8c0
|
[utils] Lower priority for rare date formats and add tests
|
8 years ago |
Sergey M․
|
3e4185c396
|
[utils] Use native french month names
|
8 years ago |
Sergey M․
|
f6717dec8a
|
[utils] Improve month_by_name and add tests
|
8 years ago |
Sergey M․
|
6562d34a8c
|
[utils] Improve mimetype2ext
|
8 years ago |
Yen Chi Hsuan
|
70852b47ca
|
[utils] Recognize units with full names in parse_filename
Reference: https://en.wikipedia.org/wiki/Template:Quantities_of_bytes
|
8 years ago |
Yen Chi Hsuan
|
e4659b4547
|
[utils] Correct octal/hexadecimal number detection in js_to_json
|
8 years ago |
Sergey M․
|
13585d7682
|
[utils] Recognize lowercase units in parse_filesize
|
8 years ago |
Yen Chi Hsuan
|
52aa7e7476
|
[test_verbose_output] Fix tests under Python 3
|
8 years ago |
Remita Amine
|
5f2c2b7936
|
[test_utils] add test for option with not str value
|
8 years ago |
Sergey M․
|
a8795327ca
|
[utils] Add support TV Parental Guidelines ratings in parse_age_limit
|
8 years ago |
Yen Chi Hsuan
|
7dc2a74e0a
|
[utils] Fix unified_timestamp for formats parsed by parsedate_tz()
|
8 years ago |
Sergey M․
|
b070564efb
|
[extractor/common] Support multiple properties in _og_search_property
|
8 years ago |
Philipp Hagemeister
|
ce28252c48
|
[options] Add test that checks that --password=secret is hidden in verbose output
|
8 years ago |
Yen Chi Hsuan
|
14a28e705b
|
[test/test_all_urls] Remove *.cc.com tests
|
8 years ago |
Sergey M․
|
317f7ab634
|
[YoutubeDL] Fix format selection with filters (Closes #10083)
|
8 years ago |
Yen Chi Hsuan
|
dfe5fa49ae
|
[compat] Fix compat_shlex_split for non-ASCII input
Closes #9871
|
8 years ago |
Yen Chi Hsuan
|
84c237fb8a
|
[utils] Add get_element_by_class
For #9950
|
8 years ago |
Remita Amine
|
dfaa86b75e
|
[test_utils] add test for smuggling a smuggled url
|
8 years ago |
Yen Chi Hsuan
|
40f3666f6b
|
[test/test_http] Update tests for 38cce791c7
|
8 years ago |
Jaime Marquínez Ferrándiz
|
a9eede3913
|
[test/compat] compat_shlex_split: test with newlines
|
8 years ago |
Sergey M․
|
fd7a7498a4
|
[test_all_urls] PEP 8 and change wording
|
8 years ago |
Matthieu Muffato
|
e3a6747d8f
|
New test-case: extractor names are supposed to be unique
@dstftw explained in
https://github.com/rg3/youtube-dl/pull/9918#issuecomment-228625878 that
extractor names are supposed to be unique. @dstftw has fixed the two
offending extractors, and here I add a test to ensure this does not
happen in the future.
|
8 years ago |
remitamine
|
4f3c5e0627
|
[utils] add helper function for parsing codecs
|
9 years ago |
Sergey M․
|
88d9f6c0c4
|
[utils] Add support for name list in _html_search_meta
|
8 years ago |
Yen Chi Hsuan
|
1143535d76
|
[utils] Add urshift()
Used in IqiyiIE and LeIE
|
8 years ago |
Sergey M․
|
46f59e89ea
|
[utils] Add unified_timestamp
|
8 years ago |
Yen Chi Hsuan
|
47212f7bcb
|
[utils] Don't transform numbers not starting with a zero
Fix test_Viidea and maybe others
|
9 years ago |
Yen Chi Hsuan
|
55b2f099c0
|
[utils] Decode HTML5 entities
Used in test_Vporn_1. Also related to #9270
|
9 years ago |
bzc6p
|
b96f007eeb
|
Added sanitization support for Hungarian letters Ő and Ű
|
9 years ago |
Yen Chi Hsuan
|
54fb199681
|
[test/test_http] Fix getsockname() on Jython
|
9 years ago |
Yen Chi Hsuan
|
8c32e5dc32
|
[test/test_utils] Add test for #9588
|
9 years ago |
Yen Chi Hsuan
|
eb7941e3e6
|
[compat] Fix for XML with <!DOCTYPE> in Python 2.7 and 3.2
Such XML documents cause DeprecationWarning if python is run
with `-W error`
|
9 years ago |
Sergey M․
|
46bc9b7d7c
|
[utils] Allow None in remove_{start,end}
|
9 years ago |
Sergey M․
|
364cf465dd
|
[test_utils] PEP 8
|
9 years ago |
Sergey M․
|
89ac4a19e6
|
[utils] Process non-base 10 integers in js_to_json
|
9 years ago |
felix
|
bd1e484448
|
[utils] js_to_json: various improvements
now JS object literals like { /* " */ 0: ",]\xaa<\/p>", } will be correctly converted to JSON.
|
9 years ago |
Yen Chi Hsuan
|
98d560f205
|
[test/test_socks] Skip SOCKS tests
They occasional trigger errors or blocks
(https://travis-ci.org/rg3/youtube-dl/jobs/130184883)
|
9 years ago |
Yen Chi Hsuan
|
778a1ccca7
|
[utils] Add Œ and œ found in French to ACCENT_CHARS
Fixes #9463
|
9 years ago |
Yen Chi Hsuan
|
c2876afafe
|
[test/test_socks] Use a different port range
Seems on Travis CI, ports in the original range are often used.
|
9 years ago |
Yen Chi Hsuan
|
e21f17fc86
|
[test/test_socks] Test with local SOCKS servers
|
9 years ago |
Yen Chi Hsuan
|
edaa23f822
|
[compat] Rename struct_(un)pack to compat_struct_(un)pack
|
9 years ago |
Yen Chi Hsuan
|
72f3289ac4
|
[test/test_socks] Add tests for SOCKS proxies
|
9 years ago |
Yen Chi Hsuan
|
dab0daeeb0
|
[utils,compat] Move struct_pack and struct_unpack to compat.py
|
9 years ago |
Sergey M․
|
fad7bbec3a
|
[test_compat] Remove unused import
|
9 years ago |
Sergey M․
|
20cfdcc910
|
[test_compat] Avoid None values for compat_setenv
|
9 years ago |
Sergey M․
|
1292638754
|
[test_compat] Use compat_setenv
|
9 years ago |
Sergey M․
|
fe40f9eef2
|
[compat] Add compat_setenv
|
9 years ago |
Adam Thalhammer
|
31c4448f6e
|
Instead of replacing accented characters with an underscore when sanitizing file names in restricted mode, replace them with their non-accented equivalents fixes #9347
|
9 years ago |
Adam Thalhammer
|
79a2e94e79
|
Instead of replacing accented characters with an underscore when sanitizing file names in restricted mode, replace them with their non-accented equivalents fixes #9347
|
9 years ago |