- Apr 17, 2022
-
-
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
-
- Jan 28, 2021
-
-
pukkandan authored
:ci skip dl
-
- Jan 07, 2021
-
-
pukkandan authored
-
- Sep 02, 2020
-
-
Unknown authored
to avoid using same folder when using pip install for example
-
- May 10, 2019
-
-
Sergey M․ authored
-
- Jun 01, 2018
-
-
Logan Fleur authored
-
- Feb 03, 2018
-
-
Chih-Hsuan Yen authored
Most of violating codes are reverse-engineered JavaScripts. IMO it's better to keep original (obfuscated) names. [skip ci]
-
- Apr 08, 2016
-
-
Jaime Marquínez Ferrándiz authored
* Sort extractors alphabetically * Add newlines when needed (youtube_dl/extractors/lazy_extractors.py pass the flake8 test now)
-
- Mar 28, 2016
-
-
Sergey M․ authored
-
- Feb 11, 2015
-
-
Jaime Marquínez Ferrándiz authored
* E402: we exectute code between imports, like modifying 'sys.path' in the tests * E731: we assign to lambdas in a lot of places, we may want to consider defining functions in a single line instead (what pep8 recommends)
-
- Jan 25, 2015
-
-
Philipp Hagemeister authored
-
- Dec 17, 2014
-
-
Philipp Hagemeister authored
That directory is temporarily generated when building for PyPi and may be present if something goes wrong with the upload.
-
- Dec 16, 2014
-
-
Jaime Marquínez Ferrándiz authored
* setup.py: the '__version__' variable is not defined in the script, it is loadded from youtube_dl/version.py * devscripts/buildserver.py: Produces a lot of messages
-
Jaime Marquínez Ferrándiz authored
It will be used when calling flake8 from any directory in the project
-
- Mar 16, 2014
-
-
Jaime Marquínez Ferrándiz authored
-