aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-09-01[cache] Add cache validation by program version, based on yt-dlpdirkf
2022-09-01[jsinterp] Handle new YT players 113ca41c, c57c113cdirkf
2022-08-26[jsinterp] Improve try/catch/finally supportdirkf
2022-08-25[jsinterp] Fix bug in operator precedencedirkf
2022-08-19[jsinterp] Clean up and pull yt-dlp styledirkf
2022-08-19[jsinterp] Handle regexp literals and throw/catch execution (#31182)dirkf
2022-08-17[jsinterp] Improve JS language support (#31175)dirkf
2022-08-14[jsinterp] Overhaul JSInterp to handle new YT players 4c3f79c5, 324f67b9 (#31...dirkf
2022-08-09[test, etc] Improve download test logs; also clean up some new flake8 issues ...dirkf
2022-06-15[test] Fix linter for 3aa94d7945dfaa0e04acf2700ffe0e43b00db498dirkf
2022-06-09[YouTube] Support JSON3 subtitle formatdirkf
2022-06-08[test] Fix workable subtitle tests (except YT) and mark others as skip, brokendirkf
2022-06-08[test] Skip not _WORKING IE in subtitle tests; use unittest.skipTest throughoutdirkf
2022-02-26Make default upload_/release_date a compat_strdf
2022-02-05[test:download] Only extract enough videos for playlist_mincountdirkf
2022-02-04Rework 2c2c2bd with an actual Mix page and realistic playlist sizedirkf
2022-02-04Merge branch 'pukkandan-yt-searchurl' into yt-dl-masterdirkf
2022-02-01[YouTube] Fix n-sig for player e06dea74 (#30582)dirkf
2022-01-30Back-port test_youtube_signature.py from yt-dlp and fix JSInterp accordinglydirkf
2022-01-30Handle default in switch betterdf
2022-01-30Back-port JS interpreter upgrade from yt-dlp PR #1437df
2022-01-29Fix test_youtube_flat_playlist_extractiondf
2022-01-29Remove obsolete non-working test_youtube_toptracksdf
2022-01-29Fix test_youtube_mixdf
2022-01-29Remove obsolete test_youtube_coursedf
2022-01-29Fix test_youtube_playlist_noplaylistdf
2022-01-30Merge branch 'UP/youtube-dl' into dl/YoutubeSearchURLIEpukkandan
2022-01-30Add back `YoutubeSearchURLIE`pukkandan
2021-04-21[test_execution] Add test for lazy extractors (refs #28780)Sergey M․
2021-04-21[test_youtube_misc] Move YoutubeIE.extract_id test into separate moduleSergey M․
2021-02-17[test_youtube_lists] Actualize youtube flat playlist test (closes #28045)PrinceOfPuppers
2021-02-08[youtube] add support phone/tablet JS player(closes #26424)Remita Amine
2021-02-01[youtube/test_youtube_signature] fix testRemita Amine
2021-02-01[youtube] remove description chapters testsRemita Amine
2021-01-22Introduce --output-na-placeholder (closes #27896)Sergey M․
2021-01-14[YoutubeDL] Raise syntax error for format selection expressions with multiple...Sergey M․
2021-01-07[rai] improve subtitles extraction (#27705)nixxo
2021-01-04[utils] add a function to clean podcast URLsRemita Amine
2020-12-30[utils] accept only supported protocols in url_or_noneRemita Amine
2020-12-26[youtube:tab] Extend _VALID_URL (closes #27501)Sergey M․
2020-12-13[test_InfoExtractor] PEP 8Sergey M․
2020-12-13[extractor/common] Improve JSON-LD interaction statistic extraction (refs #23...Sergey M․
2020-12-09[extractor/common] Fix inline HTML5 media tags processing and add test (close...Sergey M․
2020-11-24[youtube:tab] Fix feeds extraction (closes #25695, closes #26452)Sergey M․
2020-11-21Fix typos (#27084)Josh Soref
2020-11-21[YoutubeDL] Fix --ignore-errors for playlists with generator-based entries of...Sergey M․
2020-11-18[youtube] Improve extractionSergey M․
2020-11-17[utils] Skip ! prefixed code in js_to_jsonSergey M․
2020-11-12[youtube] Rework extractorsSergey M․
2020-10-18[utils] Don't attempt to coerce JS strings to numbers in js_to_json (#26851)Kevin O'Connor