about summary refs log tree commit diff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [workflows/ci.yml] Fix test support for Py 2.6dirkf2023-07-051-8/+8
* [workflows/ci.yml] Restore test support for Py 3.2dirkf2023-07-052-2/+7
* [YouTube] Improve nsig function name extractionpukkandan2023-06-221-8/+3
* [YouTube] Fix `KeyError QV` in signature extraction faileddirkf2023-06-171-1/+6
* [jsinterp] Fix div bug breaking player 8c7583ffdirkf2023-06-112-0/+53
* [jsinterp] Small updates for a85a875dirkf2023-05-232-0/+11
* [jsinterp] Handle NaN in bitwise operatorsdirkf2023-05-111-0/+11
* [jsinterp] Minimally handle arithmetic operator precedencedirkf2023-04-211-0/+11
* [utils] Ensure `allow_types` for `variadic()` is a tupledirkf2023-03-191-0/+1
* [downloader/http] Only check for resumability when actually resumingdirkf2023-03-191-1/+1
* [jsinterp] Fix regexp parsing and .replace[All] methoddirkf2023-03-071-10/+36
* [jsinterp] Handle `Date` at epoch 0pukkandan2023-03-031-0/+4
* [test] Support test-case with volatile ID (eg live show)dirkf2023-02-241-0/+9
* Escape URLs in `sanitized_Request`, not `sanitize_url` d2558234cf5dd12d6896ee...pukkandan2023-02-201-0/+1
* [test] Avoid name TestIE which causes a pytest warningdirkf2023-02-141-2/+2
* [InfoExtractor] Handle unquoted values in OpenGraph searchesdirkf2023-02-141-0/+2
* [feat]: Add support to external downloader aria2p (#31500)teddy1712023-02-134-24/+135
* [YouTube] Refresh compat/utils usagedirkf2023-02-131-5/+7
* [compat] Update test_compatdirkf2023-02-131-2/+2
* [compat] Systematise compat_ namingdirkf2023-02-131-1/+2
* [test] Fix TestAgeRestrictiondirkf2023-02-131-4/+8
* [jsinterp] Improve parsingdirkf2023-02-021-3/+50
* Support `if` statementspukkandan2023-02-022-0/+36
* [utils] Backport traverse_obj (etc) from yt-dlp (#31156)Andrei Lebedev2022-11-031-0/+323
* [compat] Add test for compat_casefold()dirkf2022-11-011-0/+1
* [compat] Add test for compat_casefold()dirkf2022-11-011-1/+13
* [netease] Get netease music download url through player api (#31235)Xie Yanbo2022-10-111-1/+8
* [test] Implement string "lambda x: condition(x)" as an expected valuedirkf2022-10-111-1/+7
* [jsinterp] Workaround operator associativity issuepukkandan2022-09-031-0/+4
* [cache] Add cache validation by program version, based on yt-dlpdirkf2022-09-011-2/+14
* [jsinterp] Handle new YT players 113ca41c, c57c113cdirkf2022-09-012-0/+37
* [jsinterp] Improve try/catch/finally supportdirkf2022-08-261-2/+12
* [jsinterp] Fix bug in operator precedencedirkf2022-08-252-0/+29
* [jsinterp] Clean up and pull yt-dlp styledirkf2022-08-192-11/+12
* [jsinterp] Handle regexp literals and throw/catch execution (#31182)dirkf2022-08-192-0/+25
* [jsinterp] Improve JS language support (#31175)dirkf2022-08-172-0/+118
* [jsinterp] Overhaul JSInterp to handle new YT players 4c3f79c5, 324f67b9 (#31...dirkf2022-08-143-6/+59
* [test, etc] Improve download test logs; also clean up some new flake8 issues ...dirkf2022-08-091-2/+5
* [test] Fix linter for 3aa94d7945dfaa0e04acf2700ffe0e43b00db498dirkf2022-06-152-1/+2
* [YouTube] Support JSON3 subtitle formatdirkf2022-06-091-20/+54
* [test] Fix workable subtitle tests (except YT) and mark others as skip, brokendirkf2022-06-081-7/+15
* [test] Skip not _WORKING IE in subtitle tests; use unittest.skipTest throughoutdirkf2022-06-082-4/+6
* Make default upload_/release_date a compat_strdf2022-02-261-0/+19
* [test:download] Only extract enough videos for playlist_mincountdirkf2022-02-052-1/+1
* Rework 2c2c2bd with an actual Mix page and realistic playlist sizedirkf2022-02-041-3/+3
* Merge branch 'pukkandan-yt-searchurl' into yt-dl-masterdirkf2022-02-041-3/+3
|\
| * Merge branch 'UP/youtube-dl' into dl/YoutubeSearchURLIEpukkandan2022-01-307-319/+73
| |\
| * | Add back `YoutubeSearchURLIE`pukkandan2022-01-301-3/+3
* | | [YouTube] Fix n-sig for player e06dea74 (#30582)dirkf2022-02-011-7/+17
* | | Back-port test_youtube_signature.py from yt-dlp and fix JSInterp accordinglydirkf2022-01-301-24/+63