Age | Commit message (Collapse) | Author |
|
Fix 517ddf3c3f12560ab93e3d36244dc82db9f97818
Authored by: bashonly
|
|
Authored by: seproDev
|
|
Closes #10086
Authored by: bashonly
|
|
Co-authored-by: bashonly <bashonly@protonmail.com>
Authored by: bashonly, Grub4K
|
|
Authored by: bashonly
|
|
Authored by: bashonly, pukkandan, seproDev, Grub4K
Co-authored-by: bashonly <bashonly@protonmail.com>
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
|
|
Authored by: bashonly, Grub4K
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
|
|
|
|
Closes #5897
|
|
|
|
|
|
|
|
|
|
Fixes an issue in 7ab56be2c7309a2d11d4ee28c71f8fb29da21ef7
|
|
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
|
|
Authored by: fstirlitz
|
|
* 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
|
|
to avoid using same folder when using pip install for example
|
|
|
|
|
|
#8785)
|
|
Add auto-updating of youtube-dl version in ISSUE_TEMPLATE
Move parts of template text and adopt makefile to new format
Moved the 'kind-of-issue' section and rephrased a bit
Rephrased and moved Example URL section upwards
Moved ISSUE_TEMPLATE inside .github folder.
Update makefile to match new folderstructure
|