Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cleanup] Misc | pukkandan | 2023-05-20 | 1 | -2/+2 |
| | | | | Closes #7030, closes #6967 | ||||
* | [cleanup] Misc | Robert Geislinger | 2022-11-11 | 1 | -8/+5 |
| | | | | | | Closes #5471, Closes #5312 Authored by: pukkandan, Alienmaster | ||||
* | [test] Allow `extract_flat` in download tests | pukkandan | 2022-11-10 | 1 | -2/+7 |
| | | | | Authored by: coletdjnz, pukkandan | ||||
* | [cleanup] Lint and misc cleanup | pukkandan | 2022-11-07 | 1 | -2/+2 |
| | |||||
* | [extractor, test] Basic framework for embed tests (#4307) | pukkandan | 2022-08-02 | 1 | -0/+7 |
| | | | | | | and split download tests so they can be more easily run in CI Authored by: coletdjnz | ||||
* | [compat] Remove deprecated functions from core code | pukkandan | 2022-06-25 | 1 | -14/+14 |
| | |||||
* | [test] Fix `FakeYDL` signatures | pukkandan | 2022-06-21 | 1 | -7/+7 |
| | | | | Authored by: coletdjnz | ||||
* | [cleanup] Minor fixes (See desc) | pukkandan | 2022-05-09 | 1 | -1/+1 |
| | | | | | | | | | | * [youtube] Fix `--youtube-skip-dash-manifest` * [build] Use `$()` in `Makefile`. Closes #3684 * Fix bug in 385ffb467b2285e85a2a5495b90314ba1f8e0700 * Fix bug in 43d7f5a5d0c77556156a3f8caa6976d3908a1e38 * [cleanup] Remove unnecessary `utf-8` from `str.encode`/`bytes.decode` * [utils] LazyList: Expose unnecessarily "protected" attributes and other minor cleanup | ||||
* | [cleanup] Sort imports | pukkandan | 2022-04-12 | 1 | -10/+3 |
| | | | | | | Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc . | ||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -28/+20 |
| | | | | | | | | | | 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 | ||||
* | [cleanup] Remove unused code paths (#2173) | felix | 2022-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Notes: * `_windows_write_string`: Fixed in 3.6 * https://bugs.python.org/issue1602 * PEP: https://www.python.org/dev/peps/pep-0528 * Windows UTF-8 fix: Fixed in 3.3 * https://bugs.python.org/issue13216 * `__loader__`: is always present in 3.3+ * https://bugs.python.org/issue14646 * `workaround_optparse_bug9161`: Fixed in 2.7 * https://bugs.python.org/issue9161 Authored by: fstirlitz | ||||
* | Ignore format-specific fields in initial pass of `--match-filter` | pukkandan | 2022-03-25 | 1 | -9/+1 |
| | | | | Closes #3074 | ||||
* | [docs,cleanup] Fix linter and misc cleanup | pukkandan | 2022-01-24 | 1 | -1/+1 |
| | | | | Closes #2419 | ||||
* | [cleanup] Minor fixes | pukkandan | 2022-01-21 | 1 | -1/+1 |
| | | | | Closes #2334 | ||||
* | [youtube] Update tests | pukkandan | 2022-01-07 | 1 | -0/+4 |
| | |||||
* | [KelbyOne] Add extractor (#2181) | Ashish Gupta | 2022-01-01 | 1 | -1/+1 |
| | | | | | Closes #2170 Authored by: Ashish0804 | ||||
* | [test/download] Split `sanitize_got_info_dict` into a separate function | pukkandan | 2021-12-19 | 1 | -19/+25 |
| | | | | so that it can be used by third party scripts | ||||
* | [test/download] Ignore field `webpage_url_domain` (#2014) | std-move | 2021-12-16 | 1 | -1/+1 |
| | | | Authored by: std-move | ||||
* | [test/download] Add more fields | pukkandan | 2021-12-15 | 1 | -4/+41 |
| | |||||
* | [cleanup] Misc cleanup | pukkandan | 2021-10-09 | 1 | -3/+3 |
| | |||||
* | [test:download] Support testing with `ignore_no_formats_error` | pukkandan | 2021-08-02 | 1 | -1/+4 |
| | |||||
* | [test] Use `pytest` instead of `nosetests` (#482) | pukkandan | 2021-07-23 | 1 | -0/+8 |
| | | | | `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 | ||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -5/+5 |
| | | | | | | | | | * 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 | ||||
* | [skip travis] renaming | Unknown | 2020-09-02 | 1 | -5/+5 |
| | | | to avoid using same folder when using pip install for example | ||||
* | [test/helper] Add support for maxcount and count collection len test checkers | Sergey M․ | 2019-01-16 | 1 | -4/+30 |
| | |||||
* | [extractor/common] Ensure response handle is not prematurely closed before ↵ | Xiao Di Guan | 2018-11-03 | 1 | -0/+10 |
| | | | | it can be read if it matches expected_status (resolves #17195, closes #17846, resolves #17447) | ||||
* | [test/test_socks] Add tests for SOCKS proxies | Yen Chi Hsuan | 2016-05-10 | 1 | -0/+5 |
| | |||||
* | [test/helper] Check got values to be strings for md5: fields | Yen Chi Hsuan | 2016-04-09 | 1 | -0/+3 |
| | | | | Seen in PBSIE tests | ||||
* | [jython] Introduce compat_os_name | Yen Chi Hsuan | 2016-03-03 | 1 | -2/+5 |
| | | | | os.name is always 'java' on Jython | ||||
* | [test/helper] Fix style | Jaime Marquínez Ferrándiz | 2015-10-02 | 1 | -1/+1 |
| | | | | Use the correct indentation to please flake8 | ||||
* | [test/helper] Clarify field for list length mismatch | Sergey M․ | 2015-09-30 | 1 | -1/+2 |
| | |||||
* | [test/helper] Spelling | Sergey M․ | 2015-09-30 | 1 | -2/+2 |
| | |||||
* | [test/helper] Formatting | Sergey M․ | 2015-09-30 | 1 | -14/+14 |
| | |||||
* | [test] use descriptive variable name | Qijiang Fan | 2015-09-30 | 1 | -8/+6 |
| | |||||
* | [test] split expect_dict to two functions | Qijiang Fan | 2015-09-30 | 1 | -73/+70 |
| | |||||
* | [test] recursively check dict and list in expect_info_dict | Qijiang Fan | 2015-09-30 | 1 | -1/+20 |
| | | | | | This allows to use md5:, re:, etc within the str inside a list or dict. | ||||
* | [test/helper] Make age_limit checkable field | Sergey M․ | 2015-08-08 | 1 | -1/+1 |
| | |||||
* | [test/helper] Allow dicts for mincount | Sergey M․ | 2015-08-02 | 1 | -2/+2 |
| | |||||
* | [tests] Allow multi_video to be tested as playlists | Yen Chi Hsuan | 2015-04-19 | 1 | -1/+1 |
| | |||||
* | [xtube] Fix test case | Philipp Hagemeister | 2015-02-18 | 1 | -0/+10 |
| | |||||
* | [test/helper] Render info_dict with a final comma | Philipp Hagemeister | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | [test/helper] Only output a newline for forgotten keys if keys are really ↵ | Philipp Hagemeister | 2015-02-18 | 1 | -1/+3 |
| | | | | missing | ||||
* | [franceculture] Rewrite for new HTML scheme (Fixes #4853) | Philipp Hagemeister | 2015-02-03 | 1 | -0/+10 |
| | |||||
* | [test/helper] Clarify which keys have to be added | Philipp Hagemeister | 2015-01-30 | 1 | -3/+9 |
| | |||||
* | [audiomack:album] Update testcase | Philipp Hagemeister | 2015-01-25 | 1 | -1/+1 |
| | |||||
* | [netzkino] Add new extractor (Fixes #4669) | Philipp Hagemeister | 2015-01-09 | 1 | -0/+14 |
| | |||||
* | Respect age_limit when listing extractors (Fixes #4653) | Philipp Hagemeister | 2015-01-07 | 1 | -12/+2 |
| | |||||
* | expect_info_dict actual-expected argument consistency | Sergey M․ | 2014-12-26 | 1 | -1/+1 |
| | |||||
* | [test_unicode_literals] Fix test | Philipp Hagemeister | 2014-12-12 | 1 | -1/+3 |
| | |||||
* | [test/helper] Fix newlines in output of missing test fields | Philipp Hagemeister | 2014-11-26 | 1 | -1/+1 |
| |