966 Commits (master)

Author SHA1 Message Date
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 8 years ago
remitamine 4f3c5e0627 [utils] add helper function for parsing codecs 8 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() 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 8 years ago
Yen Chi Hsuan 55b2f099c0
[utils] Decode HTML5 entities 8 years ago
bzc6p b96f007eeb Added sanitization support for Hungarian letters Ő and Ű 8 years ago
Yen Chi Hsuan 54fb199681 [test/test_http] Fix getsockname() on Jython 8 years ago
Yen Chi Hsuan 8c32e5dc32 [test/test_utils] Add test for #9588 8 years ago
Yen Chi Hsuan eb7941e3e6
[compat] Fix for XML with <!DOCTYPE> in Python 2.7 and 3.2 8 years ago
Sergey M․ 46bc9b7d7c
[utils] Allow None in remove_{start,end} 8 years ago
Sergey M․ 364cf465dd
[test_utils] PEP 8 8 years ago
Sergey M․ 89ac4a19e6
[utils] Process non-base 10 integers in js_to_json 8 years ago
felix bd1e484448
[utils] js_to_json: various improvements 8 years ago
Yen Chi Hsuan 98d560f205
[test/test_socks] Skip SOCKS tests 8 years ago
Yen Chi Hsuan 778a1ccca7
[utils] Add Œ and œ found in French to ACCENT_CHARS 8 years ago
Yen Chi Hsuan c2876afafe
[test/test_socks] Use a different port range 8 years ago
Yen Chi Hsuan e21f17fc86
[test/test_socks] Test with local SOCKS servers 8 years ago
Yen Chi Hsuan edaa23f822
[compat] Rename struct_(un)pack to compat_struct_(un)pack 8 years ago
Yen Chi Hsuan 72f3289ac4
[test/test_socks] Add tests for SOCKS proxies 8 years ago
Yen Chi Hsuan dab0daeeb0
[utils,compat] Move struct_pack and struct_unpack to compat.py 8 years ago
Sergey M․ fad7bbec3a
[test_compat] Remove unused import 8 years ago
Sergey M․ 20cfdcc910
[test_compat] Avoid None values for compat_setenv 8 years ago
Sergey M․ 1292638754
[test_compat] Use compat_setenv 8 years ago
Sergey M․ fe40f9eef2
[compat] Add compat_setenv 8 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 8 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 8 years ago
remitamine acaff49575 [utils] imporove parse_duration to handle more formats 8 years ago
Jaime Marquínez Ferrándiz 1b6182d8f7 [youtube:playlist] Fetch all the videos in a mix (fixes #3837) 8 years ago
Jaime Marquínez Ferrándiz 6a801f4470 [test/InfoExtractors] add test for _download_json 8 years ago
Jaime Marquínez Ferrándiz eb9c3edd5e [test/utils] Add test for date_from_str 8 years ago
Yen Chi Hsuan 6c4c7539f2 [test/helper] Check got values to be strings for md5: fields 8 years ago
Yen Chi Hsuan 92d5477d84 [compat] Handle tuples properly in urlencode() 8 years ago
Sergey M․ e289d6d62c [test_compat] Add tests for compat_urllib_parse_urlencode 8 years ago
Yen Chi Hsuan 81f36eba88 [test/test_utils] Update for escape_url change (again) 8 years ago
Yen Chi Hsuan 2d60465e44 [test/test_utils] Update for escape_url change 8 years ago
Yen Chi Hsuan efbed08dc2 [utils] Encode hostnames before passing to urllib 8 years ago
Jaime Marquínez Ferrándiz 782b1b5bd1 [utils] lookup_unit_table: Match word boundary instead of end of string 8 years ago
Sergey M․ 4c3b16d5d1 [test_YoutubeDL] Add test for format_id format selection 8 years ago
Sergey M․ c5229f3926 [utils] PEP 8 8 years ago
Sergey M․ fb47597b09 [bbc] Generalize unit table lookup and add parse_count 8 years ago
Sergey M․ e0dccdd398 [test_YoutubeDL] PEP 8 8 years ago
Sergey M․ 5d583bdf6c [YoutubeDL] Improve _format_note 8 years ago
remitamine 3201a67f61 [test/test_utils] add more tests for update_url_query 8 years ago
remitamine fb640d0a3d [test/test_utils] add tests for update_url_query 8 years ago
Yen Chi Hsuan 429491f531 [test/http] Fix failure in Jython 8 years ago
Yen Chi Hsuan e9c0cdd389 [jython] Introduce compat_os_name 8 years ago
Brian Foley 8bb56eeeea [utils] Add extract_attributes for extracting html tag attributes 8 years ago