aboutsummaryrefslogtreecommitdiff
path: root/test/test_download.py
AgeCommit message (Expand)AuthorFilesLines
2024-06-28[test:download] Raise on network errors (#10283)bashonly1-3/+1
2024-06-12[cleanup] Add more ruff rules (#10149)sepro1-11/+7
2023-09-21[test:download] Test for `expected_exception`bashonly1-0/+20
2023-07-15[compat, networking] Deprecate old functions (#2861)coletdjnz1-1/+1
2023-07-15[networking] Rewrite architecture (#2861)coletdjnz1-6/+3
2022-11-10[test] Allow `extract_flat` in download testspukkandan1-1/+3
2022-10-25[extractor/zenyandex] Fix extractors (#3750, #5268)Alex Karabanov1-1/+2
2022-08-15Update to ytdl-commit-e6a836dpukkandan1-3/+5
2022-08-02[extractor, test] Basic framework for embed tests (#4307)pukkandan1-36/+34
2022-06-29[cleanup] Misc cleanuppukkandan1-1/+5
2022-06-25[compat] Remove deprecated functions from core codepukkandan1-2/+1
2022-06-25[cleanup] Consistent style for file headspukkandan1-1/+3
2022-06-25[compat] Remove more functionspukkandan1-11/+10
2022-06-21[test] Fix `FakeYDL` signaturespukkandan1-1/+1
2022-06-20Update to ytdl-commit-8a158a9pukkandan1-3/+3
2022-04-12[cleanup] Sort importspukkandan1-8/+7
2022-04-12[cleanup] Upgrade syntaxpukkandan1-9/+5
2022-01-03Add key `requested_downloads` in the root `info_dict`pukkandan1-1/+1
2021-08-28[Niconico] Add Search extractors (#672)animelover19841-0/+0
2021-08-10Misc fixes - See descpukkandan1-1/+1
2021-08-07[tests:download] Add batch testing for extractorspukkandan1-6/+28
2021-08-02[test:download] Support testing with `ignore_no_formats_error`pukkandan1-2/+7
2021-07-23[test] Use `pytest` instead of `nosetests` (#482)pukkandan1-2/+4
2021-06-06[cleanup] Point all shebang to `python3` (#372)felix1-1/+1
2021-05-18[test:download] Only extract enough videos for `playlist_mincount`pukkandan1-0/+1
2021-02-25Completely change project name to yt-dlp (#85)Pccode661-6/+6
2020-09-02[skip travis] renamingUnknown1-6/+6
2018-01-21[test_download] Fix download tests for lazy extractors (closes #13554, closes...squibbysquibby1-2/+2
2017-04-27[test_download] Fix order when testing file's md5Tithen-Firion1-1/+1
2017-04-11[test_download] Fix testing playlists with single video and add commentsSergey M․1-2/+10
2017-04-08[test_download] Remove unused importSergey M․1-1/+0
2017-04-08[test_download] Match info dicts against tests before matching info fileSergey M․1-2/+3
2017-04-08[test_download] typo in commentJohn Hawkinson1-1/+1
2017-04-08[test_download] Improve diagnostic on wrong 'id'John Hawkinson1-0/+2
2017-03-25[test_download] Print additional IEs in summary outputJohn Hawkinson1-0/+14
2017-02-19[travis] Run tests in parallelYen Chi Hsuan1-3/+8
2016-11-17Update coding style after pycodestyle 2.1.0Yen Chi Hsuan1-0/+2
2015-10-23[test/test_download] Use extract_flat = 'in_playlist' for playlist itemsJaime Marquínez Ferrándiz1-1/+1
2015-08-02[test_downloader] Respect --force-generic-extractorSergey M․1-1/+3
2015-04-19[tests] Allow multi_video to be tested as playlistsYen Chi Hsuan1-1/+1
2015-02-01[test_download] Remove references to "file" in test definitionsPhilipp Hagemeister1-2/+2
2014-12-26expect_info_dict actual-expected argument consistencySergey M․1-2/+2
2014-11-26[tests] Remove useless u prefixesPhilipp Hagemeister1-2/+2
2014-11-23PEP8 appliedJouke Waleson1-2/+11
2014-11-16[tests] ModernizePhilipp Hagemeister1-2/+4
2014-11-02[tests] Don't auto init YoutubeDLJaime Marquínez Ferrándiz1-1/+1
2014-11-02[test_download] Fix importPhilipp Hagemeister1-1/+3
2014-10-27[test_download] Improve error messagePhilipp Hagemeister1-1/+3
2014-10-26[generic] Add a test case for direct links with broken HEAD (#4032)Philipp Hagemeister1-0/+2
2014-09-28[vimeo:likes] Add new extractor (Fixes #3835)Philipp Hagemeister1-1/+3