Commit Graph

1000 Commits (005339d6375f2d2a4cec962b1c1a157c1dffbf8f)

Author SHA1 Message Date
Sergey M․ 28cc2241e4
[utils] Restrict parse_codecs and add theora as known vcodec (#21381) 5 years ago
Sergey M․ 53cd37bac5
[utils] Improve strip_or_none 5 years ago
Sergey M․ 3089bc748c
Fix W504 and disable W503 (closes #20863) 5 years ago
Jakub Wilk fd35d8cdfd [utils] Transliterate "þ" as "th" (#20897)
Despite visual similarity "þ" is unrelated to "p".
It is normally transliterated as "th":

    $ echo þ-Þ | iconv -t ASCII//TRANSLIT
    th-TH
5 years ago
Sergey M․ 5e1271c56d
[utils] Improve int_or_none and float_or_none (#20403) 5 years ago
Sergey M․ d493f15c11
[extractor/common] Improve HTML5 entries extraction and add some realworld tests 5 years ago
Sergey M․ 0dc41787af
[utils] Introduce parse_bitrate 5 years ago
Sergey M․ 2e27421c70
[test_InfoExtractor] Add test for #20346 5 years ago
Sergey M․ 067aa17edf
Start moving to ytdl-org 5 years ago
Sergey M․ fca9baf0da
[test] Fix test_compat_etree_Element 5 years ago
Sergey M․ 399f76870d
[compat] Introduce compat_etree_Element 5 years ago
remitamine e7e62441cd [utils] strip #HttpOnly_ prefix from cookies files (#20219) 5 years ago
Ales Jirasek 22f5f5c6fc
[malltv] Add extractor (closes #18058) 5 years ago
Sergey M․ e118a8794f
[YoutubeDL] Fix typo in string negation implementation and add more tests (closes #18961) 5 years ago
Sergey M․ fad4ceb534
[utils] Fix urljoin for paths with non-http(s) schemes 5 years ago
Remita Amine fc746c3fdd [test/test_InfoExtractor] add test for #18923 5 years ago
Sergey M․ 2cc779f497
[YoutubeDL] Add negation support for string comparisons in format selection expressions (closes #18600, closes #18805) 5 years ago
Sergey M․ a16c7c033a
[test/helper] Add support for maxcount and count collection len test checkers 5 years ago
Sergey M․ 6e29458f24
[test/testdata/cookies/session_cookies.txt] Fix empty expires test data 6 years ago
Sergey M․ 9e02c2c704
[YoutubeDLCookieJar] Add test for keeping session cookies 6 years ago
Sergey M․ 6864855eb1
[tests] Fix invalid escape sequences 6 years ago
Xiao Di Guan 95e42d7336 [extractor/common] Ensure response handle is not prematurely closed before it can be read if it matches expected_status (resolves #17195, closes #17846, resolves #17447) 6 years ago
Sergey M․ 25d110be30
[utils] Properly recognize AV1 codec (closes #17506) 6 years ago
Sergey M․ af03000ad5
[utils] Introduce url_or_none 6 years ago
Sergey M․ e9c671d5e8
[utils] Allow JSONP with empty func name (closes #17028) 6 years ago
Enes 85750f8972 [openload] Improve ext extraction 6 years ago
Remita Amine 3bb3ff38a1 [test_utils] add tests for b836118724 6 years ago
Sergey M․ 6cc622327f
[utils] Introduce merge_dicts 6 years ago
Sergey M․ 1cc47c6674
[utils] Fix match_str for boolean meta fields 6 years ago
Dan Salmon 518d5ba519 Fix some tests 6 years ago
Sergey M․ 47a5cb7734
Generalize XML manifest processing code and improve XSPF parsing (closes #15794) 6 years ago
Ricardo Constantino 96b8b9abae
[extractor/generic] Support relative URIs in _parse_xspf
<location> can have relative URIs, not just absolute.
6 years ago
Philipp Hagemeister f226880c6d [tennistv] Add support for tennistv.com 6 years ago
Sergey M․ b871d7e954
[utils] Add parse_resolution 6 years ago
Sergey M․ befa4708fd
[utils] Fixup some common URL's typos in sanitize_url (closes #15649) 6 years ago
Sergey M․ 6fcc053947
[test_downloader_http] Use try_rm 6 years ago
Sergey M․ f19eae429a
[test_http] Use 127.0.0.1 instead of localhost 6 years ago
Sergey M․ ba515388b8
Introduce --http-chunk-size 6 years ago
squibbysquibby 655c410063 [test_download] Fix download tests for lazy extractors (closes #13554, closes #13757) 6 years ago
Sergey M․ c707b1d828
[test_utils] Add tests for malformed JSON handling in js_to_json 6 years ago
Mike Fährmann c384d537f8 [util] Improve scientific notation handling in js_to_json (closes #14789) 6 years ago
Sergey M․ 9d6ac71c27
[extractor/common] Fix extraction of DASH formats with the same representation id (closes #15111) 6 years ago
Sergey M․ b555ae9bf1
[utils] Add another date format pattern (#14999) 7 years ago
Sergey M․ 78593e294c
Add references for #14844 7 years ago
Petr Novak 41bf647e89
[extractor/common] Add support for DASH manifests with SegmentLists with bare SegmentURLs 7 years ago
Yen Chi Hsuan f58a506044 [test_InfoExtractor] Fix flake8 7 years ago
Sergey M․ d08dcd2dbd
[test_YoutubeDL] Fix typo (closes #14856) 7 years ago
Sergey M․ 181e381fda
[test_InfoExtractor] Add test for #14660 7 years ago
Sergey M․ 056653bbb1
[utils] Add support for zero years and months in parse_duration 7 years ago
Sergey M․ af0f74288d
[YoutubeDL] Improve _default_format_spec (closes #14461) 7 years ago
Sergey M․ cd6fc19ed7
[YoutubeDL] Ignore duplicates in --playlist-items
E.g. '--playlist-items 2-4,3-4,3' should result in '[2,3,4]', not '[2,3,4,3,4,3]'
7 years ago
Sergey M․ 86a15ed64b
[test_YoutubeDL] Add test for #14425 7 years ago
Yen Chi Hsuan 3869028ffb [utils] Use bytes-like objects in dfxp2srt
This fixes handling of non-UTF8 TTML subtitles

Closes #14191
7 years ago
Yen Chi Hsuan 95f3f7c20a
[utils] Fix unescapeHTML for misformed string like "&a&quot;" (#13935) 7 years ago
Sergey M․ 4850478543
[extractor/common] Add support for float durations in _parse_mpd_formats (closes #13919) 7 years ago
Sergey M․ 5b232f46dc
[utils] Skip missing params in cli_bool_option (closes #13865) 7 years ago
Sergey M․ 8cda78ef72
[test_YoutubeDL] Add a test for #10083 7 years ago
Yen Chi Hsuan 73095e013f
[options] Typo 7 years ago
Yen Chi Hsuan 905d18a7aa
[options] Correctly hide login info from debug outputs (#13696)
Iterate over opts instead of PRIVATE_OPTS for both performance and
correctness
7 years ago
Sergey M․ 0017d9ad6d
[YoutubeDL] Improve default format specification (closes #13704) 7 years ago
Sergey M․ 0396806f67
[YoutubeDL] Do not override id, extractor and extractor_key in url_transparent
All these meta fields must be borrowed from final extractor that actually performs extraction.
This commit fixes extractor id in download archives for url_transparent downloads. Previously, 'transparent' extractor was erroneously
used for extractor archive id, e.g. 'eggheadlesson 4n8ugwwj5t' instead of 'wistia 4n8ugwwj5t'.
7 years ago
Sergey M․ 15da37c7dc
[YoutubeDL] Don't expand env variables in meta fields (closes #13637) 7 years ago
Sergey M․ dee2ff1d81
[test_utils] Fix tests under Windows 7 years ago
Yen Chi Hsuan 609ff8ca19 [utils] Support attributes with no values in get_elements_by_attribute() 7 years ago
Sergey M․ b4a3d461e4
[utils] Handle HTMLParseError in extract_attributes (closes #13349) 7 years ago
Sergey M․ 2ae2ffda5e
[utils] Improve unified_timestamp 7 years ago
Sergey M․ 39d4c1be4d
[youtube] Improve chapters extraction (closes #13247) 7 years ago
Yen Chi Hsuan 5552c9eb0f
[utils] Recognize more patterns in strip_jsonp()
Used in Youku Show pages
7 years ago
Sergey M․ e4a75d7932
[test_youtube_chapters] PEP 8 7 years ago
Sergey M․ a57a8e9918
[test_youtube_chapters] Add coding cookie 7 years ago
Sergey M․ 9cafc3fd8b
[youtube] Extract chapters 7 years ago
Yen Chi Hsuan 0c26548601
[cda] Implement birthday verification (closes #12789) 7 years ago
Sergey M․ deef31955b
[utils] Improve unified_timestamp
Seen at http://zaq1.pl/video/xev0e
7 years ago
Tithen-Firion 9222d94510 [test_utils] Add one more clean_html test 7 years ago
Sergey M․ 30bb6ce1a4
[test_InfoExtractor] Fix test_parse_m3u8_formats 7 years ago
Tithen-Firion 374560f018 [test_download] Fix order when testing file's md5 7 years ago
Sergey M․ ff99fe529e
Don't list master m3u8 playlists in format list (closes #12832) 7 years ago
Sergey M․ 538eee7b6a
Add missing test m3u8 file 7 years ago
Sergey M․ ddd258f922
[test_InfoExtractor] Add m3u8 parsing test for NAME attribute in EXT-X-STREAM-INF tag 7 years ago
Sergey M․ cb2520802d
[extractor/common] Improve m3u8 extraction (closes #12211)
* Extract m3u8 parsing to separate method
* Improve rendition groups extraction
* Build stream name according stream GROUP-ID
* Ignore reference to AUDIO group without URI when stream has no CODECS
+ Add test coverage for parsing m3u8 from #11507, #11995, #12211 and twitch vod
7 years ago
Remita Amine 5b995f713b [utils] add support for ttml styles 7 years ago
Sergey M․ 51350db5a3
[test_YoutubeDL] Add test for #11163 7 years ago
Sergey M․ 364a69e8c6
[test_download] Fix testing playlists with single video and add comments 7 years ago
Sergey M․ 60e5016199
[test_download] Remove unused import 7 years ago
Sergey M․ c4d6fc6d65
[test_subtitles] Fix raiplay test 7 years ago
Sergey M․ 80b2fdf9ac
[test_download] Match info dicts against tests before matching info file 7 years ago
John Hawkinson 3bef10a50c [test_download] typo in comment 7 years ago
John Hawkinson a84da06f49 [test_download] Improve diagnostic on wrong 'id' 7 years ago
Sergey M․ 942b44a052
[test_compat] Do not use dash in env variables' names 7 years ago
Sergey M․ a426ef6d78
[test_utils] Do not use dash in env variables' names 7 years ago
Sergey M․ 41c5e60dd5
[test_utils] Fix expand_path tests 7 years ago
Sergey M․ 51098426b8
[utils] Introduce expand_path 7 years ago
John Hawkinson c6c22e984d [test_download] Print additional IEs in summary output 7 years ago
Sergey M․ 7f3590c43b
[test_InfoExtractor] Add some realworld tests for _extract_jwplayer_data 7 years ago
Sergey M․ 4b5de77bdb
[utils] Process bytestrings in urljoin (closes #12369) 7 years ago
Yen Chi Hsuan f48409c7ac [utils] Add pkcs1pad
Used in daisuki.net (#4738)
7 years ago
Yen Chi Hsuan c9619f0a17 [aes] Add aes_cbc_encrypt
Used in daisuki.net (#4738)
7 years ago
Sergey M․ d0d9ade486 [YoutubeDL] Add support for string formatting operations in output template 7 years ago
Yen Chi Hsuan 8936f68a0b
[travis] Run tests in parallel
[test_download] Print test names in case of network errors

[test_download] Add comments for nose parameters

[test_download] Modify outtmpl to prevent info JSON filename conflicts

Thanks @jaimeMF for the idea.

[travis] Only download tests should be run in parallel
7 years ago
Sergey M․ 398dea3210
[test_YoutubeDL] Fix invalid escape sequences 7 years ago