You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yt-dlp/yt_dlp/postprocessor
pukkandan 86e5f3ed2e
[cleanup] Upgrade syntax
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
3 years ago
..
__init__.py [cleanup] Minor fixes 3 years ago
common.py [cleanup] Upgrade syntax 3 years ago
embedthumbnail.py [cleanup] Upgrade syntax 3 years ago
exec.py [cleanup] Upgrade syntax 3 years ago
ffmpeg.py [cleanup] Upgrade syntax 3 years ago
metadataparser.py [MetadataParser] Validate outtmpl early 3 years ago
modify_chapters.py [Sponsorblock] minor fixes (#2793) 3 years ago
movefilesafterdownload.py [cleanup] Upgrade syntax 3 years ago
sponskrub.py [cleanup] Upgrade syntax 3 years ago
sponsorblock.py [postprocessor,cleanup] Create `_download_json` 3 years ago
xattrpp.py [cleanup] Upgrade syntax 3 years ago