Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-10 | [test] Allow `extract_flat` in download tests | pukkandan | |
Authored by: coletdjnz, pukkandan | |||
2022-10-25 | [extractor/zenyandex] Fix extractors (#3750, #5268) | Alex Karabanov | |
Closes #3736 Authored by: lksj, puc9, pukkandan Co-authored-by: puc9 <51006296+puc9@users.noreply.github.com> | |||
2022-08-15 | Update to ytdl-commit-e6a836d | pukkandan | |
[core] Make `--max-downloads ...` stop immediately on reaching the limit https://github.com/ytdl-org/youtube-dl/commit/e6a836d54ca1d3cd02f3ee45ef707a46f23e8291 | |||
2022-08-02 | [extractor, test] Basic framework for embed tests (#4307) | pukkandan | |
and split download tests so they can be more easily run in CI Authored by: coletdjnz | |||
2022-06-29 | [cleanup] Misc cleanup | pukkandan | |
2022-06-25 | [compat] Remove deprecated functions from core code | pukkandan | |
2022-06-25 | [cleanup] Consistent style for file heads | pukkandan | |
2022-06-25 | [compat] Remove more functions | pukkandan | |
Removing any more will require changes to a large number of extractors | |||
2022-06-21 | [test] Fix `FakeYDL` signatures | pukkandan | |
Authored by: coletdjnz | |||
2022-06-20 | Update to ytdl-commit-8a158a9 | pukkandan | |
[NHK] Use new API URL https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a Closes #2337, Closes #4063 | |||
2022-04-12 | [cleanup] Sort imports | pukkandan | |
Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc . | |||
2022-04-12 | [cleanup] Upgrade syntax | pukkandan | |
Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts | |||
2022-01-03 | Add key `requested_downloads` in the root `info_dict` | pukkandan | |
2021-08-28 | [Niconico] Add Search extractors (#672) | animelover1984 | |
Authored by: animelover1984, pukkandan | |||
2021-08-10 | Misc fixes - See desc | pukkandan | |
* Remove unnecessary uses of _list_from_options_callback * Fix download tests - Bug from 6e84b21559f586ee4d6affb61688d5c6a0c21221 * Rename ExecAfterDownloadPP to ExecPP and refactor its tests * Ensure _write_ytdl_file closes file handle on error - Potential fix for #517 | |||
2021-08-07 | [tests:download] Add batch testing for extractors | pukkandan | |
Use `test_YourExtractor_all` to invoke them | |||
2021-08-02 | [test:download] Support testing with `ignore_no_formats_error` | pukkandan | |
2021-07-23 | [test] Use `pytest` instead of `nosetests` (#482) | pukkandan | |
`nosetests` is no longer being maintained : https://github.com/nose-devs/nose/issues/1099 and will stop working in py 3.10 as can be seen in #480 | |||
2021-06-06 | [cleanup] Point all shebang to `python3` (#372) | felix | |
Authored by: fstirlitz | |||
2021-05-18 | [test:download] Only extract enough videos for `playlist_mincount` | pukkandan | |
2021-02-25 | Completely change project name to yt-dlp (#85) | Pccode66 | |
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan | |||
2020-09-02 | [skip travis] renaming | Unknown | |
to avoid using same folder when using pip install for example | |||
2018-01-21 | [test_download] Fix download tests for lazy extractors (closes #13554, ↵ | squibbysquibby | |
closes #13757) | |||
2017-04-27 | [test_download] Fix order when testing file's md5 | Tithen-Firion | |
2017-04-11 | [test_download] Fix testing playlists with single video and add comments | Sergey M․ | |
2017-04-08 | [test_download] Remove unused import | Sergey M․ | |
2017-04-08 | [test_download] Match info dicts against tests before matching info file | Sergey M․ | |
2017-04-08 | [test_download] typo in comment | John Hawkinson | |
2017-04-08 | [test_download] Improve diagnostic on wrong 'id' | John Hawkinson | |
2017-03-25 | [test_download] Print additional IEs in summary output | John Hawkinson | |
2017-02-19 | [travis] Run tests in parallel | Yen Chi Hsuan | |
[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 | |||
2016-11-17 | Update coding style after pycodestyle 2.1.0 | Yen Chi Hsuan | |
In pycodestyle 2.1.0, E305 was introduced, which requires two blank lines after top level declarations, too. See https://github.com/PyCQA/pycodestyle/issues/400 See also #10689; thanks @stepshal for first mentioning this issue and initial patches | |||
2015-10-23 | [test/test_download] Use extract_flat = 'in_playlist' for playlist items | Jaime Marquínez Ferrándiz | |
Some playlist extractors return a 'url' result, which wouldn't be resolved. | |||
2015-08-02 | [test_downloader] Respect --force-generic-extractor | Sergey M․ | |
2015-04-19 | [tests] Allow multi_video to be tested as playlists | Yen Chi Hsuan | |
2015-02-01 | [test_download] Remove references to "file" in test definitions | Philipp Hagemeister | |
2014-12-26 | expect_info_dict actual-expected argument consistency | Sergey M․ | |
2014-11-26 | [tests] Remove useless u prefixes | Philipp Hagemeister | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-11-16 | [tests] Modernize | Philipp Hagemeister | |
2014-11-02 | [tests] Don't auto init YoutubeDL | Jaime Marquínez Ferrándiz | |
It would print the debug headers for each test. And nose uses a StringIO object for stdout, which in python 2.x doesn't have the 'encoding' attribute. | |||
2014-11-02 | [test_download] Fix import | Philipp Hagemeister | |
2014-10-27 | [test_download] Improve error message | Philipp Hagemeister | |
2014-10-26 | [generic] Add a test case for direct links with broken HEAD (#4032) | Philipp Hagemeister | |
2014-09-28 | [vimeo:likes] Add new extractor (Fixes #3835) | Philipp Hagemeister | |
2014-08-29 | [test_download] Check expected file minsize and md5 only when download is ↵ | Sergey M․ | |
not skipped | |||
2014-08-28 | [test_download] Expect a minimum file size | Philipp Hagemeister | |
This should detect when we're downloading a small text file by accident. | |||
2014-08-28 | Move playlist tests to extractors. | Philipp Hagemeister | |
From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs). | |||
2014-08-27 | [test_download] Improve playlist handling | Philipp Hagemeister | |
2014-08-25 | [generic] Fix rss under Python 2.x and move test to extractor | Philipp Hagemeister | |