- Apr 17, 2022
-
-
pukkandan authored
-
- Apr 12, 2022
-
-
pukkandan authored
Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
-
pukkandan authored
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
-
- Sep 29, 2021
-
-
pukkandan authored
-
- Feb 24, 2021
-
-
Pccode66 authored
* 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
-
- Sep 02, 2020
-
-
Unknown authored
to avoid using same folder when using pip install for example
-
- Mar 25, 2017
-
-
Sergey M․ authored
-
- Nov 18, 2014
-
-
Jaime Marquínez Ferrándiz authored
* Use "compat_getenv" * "write_json_file" now expects the filename to be a string
-
- Nov 02, 2014
-
-
Philipp Hagemeister authored
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 .
-
- Sep 30, 2014
-
-
Sergey M․ authored
[core] Decode environment variables with filesystem encoding (Fixes #3854, Fixes #3217, Fixes #2918) Introduces compat versions of os.getenv and os.path.expanduser
-
- Sep 04, 2014
-
-
Philipp Hagemeister authored
-
- Sep 03, 2014
-
-
Philipp Hagemeister authored
-