Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [compat] Ensure submodules are imported correctly | pukkandan | 2023-07-22 | 1 | -3/+3 |
| | | | | Closes #7663 | ||||
* | [dependencies] Standardize `Cryptodome` imports | pukkandan | 2023-02-08 | 1 | -0/+3 |
| | |||||
* | Remove Python 3.6 support | pukkandan | 2022-07-18 | 1 | -1/+2 |
| | | | | Closes #3764 | ||||
* | [compat] Remove deprecated functions from core code | pukkandan | 2022-06-25 | 1 | -6/+5 |
| | |||||
* | [cleanup] Consistent style for file heads | pukkandan | 2022-06-25 | 1 | -0/+1 |
| | |||||
* | [compat] Remove more functions | pukkandan | 2022-06-25 | 1 | -21/+8 |
| | | | | Removing any more will require changes to a large number of extractors | ||||
* | [compat] Fix `compat.WINDOWS_VT_MODE` | pukkandan | 2022-06-25 | 1 | -0/+3 |
| | |||||
* | [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 | ||||
* | [compat] Ensure submodules are correctly wrapped | pukkandan | 2022-04-26 | 1 | -0/+7 |
| | |||||
* | [compat] Split into sub-modules (#2173) | felix | 2022-04-18 | 1 | -8/+0 |
| | | | | Authored by: fstirlitz, pukkandan | ||||
* | [cleanup] Misc cleanup and refactor (#2173) | pukkandan | 2022-04-18 | 1 | -4/+6 |
| | |||||
* | [cleanup] Sort imports | pukkandan | 2022-04-12 | 1 | -2/+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 | -5/+1 |
| | | | | | | | | | | 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] Mark some compat variables for removal (#2173) | pukkandan | 2022-04-12 | 1 | -36/+0 |
| | | | | Authored by fstirlitz, pukkandan | ||||
* | [cleanup] Point all shebang to `python3` (#372) | felix | 2021-06-06 | 1 | -1/+1 |
| | | | | Authored by: fstirlitz | ||||
* | Completely change project name to yt-dlp (#85) | Pccode66 | 2021-02-25 | 1 | -7/+7 |
| | | | | | | | | | * 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 | ||||
* | Fix/disable tests | pukkandan | 2021-01-07 | 1 | -3/+3 |
| | | | | | The disabled tests needs to be fixed later Tests for FormatSort, Multistreams also needs be created | ||||
* | Add --write-*-link by h-h-h-h | pukkandan | 2020-12-13 | 1 | -0/+23 |
| | | | | Authored-by: h-h-h-h | ||||
* | [skip travis] renaming | Unknown | 2020-09-02 | 1 | -7/+7 |
| | | | to avoid using same folder when using pip install for example | ||||
* | [test] Fix test_compat_etree_Element | Sergey M․ | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | [compat] Introduce compat_etree_Element | Sergey M․ | 2019-03-06 | 1 | -0/+7 |
| | |||||
* | [tests] Fix invalid escape sequences | Sergey M․ | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | [test_compat] Do not use dash in env variables' names | Sergey M․ | 2017-03-26 | 1 | -3/+3 |
| | |||||
* | [compat] Fix compat_shlex_split for non-ASCII input | Yen Chi Hsuan | 2016-07-07 | 1 | -0/+1 |
| | | | | Closes #9871 | ||||
* | [test/compat] compat_shlex_split: test with newlines | Jaime Marquínez Ferrándiz | 2016-07-01 | 1 | -0/+1 |
| | |||||
* | [compat] Fix for XML with <!DOCTYPE> in Python 2.7 and 3.2 | Yen Chi Hsuan | 2016-05-23 | 1 | -0/+6 |
| | | | | | Such XML documents cause DeprecationWarning if python is run with `-W error` | ||||
* | [compat] Rename struct_(un)pack to compat_struct_(un)pack | Yen Chi Hsuan | 2016-05-10 | 1 | -2/+2 |
| | |||||
* | [utils,compat] Move struct_pack and struct_unpack to compat.py | Yen Chi Hsuan | 2016-05-10 | 1 | -0/+5 |
| | |||||
* | [test_compat] Remove unused import | Sergey M․ | 2016-05-09 | 1 | -1/+0 |
| | |||||
* | [test_compat] Avoid None values for compat_setenv | Sergey M․ | 2016-05-09 | 1 | -1/+1 |
| | |||||
* | [test_compat] Use compat_setenv | Sergey M․ | 2016-05-09 | 1 | -7/+3 |
| | |||||
* | [compat] Add compat_setenv | Sergey M․ | 2016-05-09 | 1 | -0/+8 |
| | |||||
* | [compat] Handle tuples properly in urlencode() | Yen Chi Hsuan | 2016-04-06 | 1 | -0/+4 |
| | | | | Fixes #9055 | ||||
* | [test_compat] Add tests for compat_urllib_parse_urlencode | Sergey M․ | 2016-03-26 | 1 | -0/+7 |
| | |||||
* | [compat] compat_etree_fromstring: also decode the text attribute | Jaime Marquínez Ferrándiz | 2015-10-26 | 1 | -1/+10 |
| | | | | Deletes parse_xml from utils, because it also does it. | ||||
* | [compat] compat_etree_fromstring: only decode bytes objects | Jaime Marquínez Ferrándiz | 2015-10-25 | 1 | -1/+2 |
| | |||||
* | Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178) | Jaime Marquínez Ferrándiz | 2015-10-25 | 1 | -0/+7 |
| | | | | Attributes aren't unicode objects, so they couldn't be directly used in info_dict fields (for example '--write-description' doesn't work with bytes). | ||||
* | [test_compat] Fix typo | Sergey M․ | 2015-09-05 | 1 | -1/+1 |
| | |||||
* | [test_compat] Add test for compat_shlex_split | Sergey M․ | 2015-09-05 | 1 | -0/+4 |
| | |||||
* | [test_compat] Add tests for compat_urllib_parse_unquote_plus | Sergey M․ | 2015-07-17 | 1 | -0/+7 |
| | |||||
* | [test_compat] Remove redundant test | Sergey M․ | 2015-07-17 | 1 | -1/+0 |
| | |||||
* | [test_compat] Make tests more idiomatic | Sergey M․ | 2015-07-17 | 1 | -17/+16 |
| | |||||
* | Add tests for compat_urllib_parse_unquote | fnord | 2015-07-17 | 1 | -0/+20 |
| | |||||
* | [test/test_compat] Restore the old value of the HOME environment variable | Jaime Marquínez Ferrándiz | 2014-11-19 | 1 | -0/+2 |
| | | | | | | | If the test was run before the YoutubeIE tests (for example by running "nosetests -v test/test_compat.py test/test_download.py -m 'Youtube_1|compat_expand'"), it wrote the signatures cache to the 'C:\Documents and Settings\тест\Application Data' folder. It failed due to a problem in the cache code and the write_json_file function (fixed in f03e33b89a622af13fa5275c46b63aaa4814c499) | ||||
* | [test_compat] Ignore unicode_literals | Philipp Hagemeister | 2014-11-03 | 1 | -1/+1 |
| | |||||
* | [util] Move compatibility functions out of util | Philipp Hagemeister | 2014-11-02 | 1 | -0/+44 |
utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py . |