yt-dlp/yt_dlp/postprocessor
pukkandan be5c1ae862
Standardize retry mechanism (#1649)
* [utils] Create `RetryManager`
* Migrate all retries to use the manager
* [extractor] Add wrapper methods for convenience
* Standardize console messages for retries
* Add `--retry-sleep` for extractors
2022-08-02 01:43:18 +05:30
..
__init__.py
common.py Standardize retry mechanism (#1649) 2022-08-02 01:43:18 +05:30
embedthumbnail.py [utils] Popen: Refactor to use contextmanager 2022-06-16 06:23:50 +05:30
exec.py
ffmpeg.py [FFmpegThumbnailsConvertor] Fix conversion from GIF 2022-08-01 07:36:08 +05:30
metadataparser.py [metadataparser] Don't set None when the field didn't match 2022-07-31 02:20:10 +05:30
modify_chapters.py [ModifyChapters] Modify duration in infodict 2022-07-11 01:10:38 +05:30
movefilesafterdownload.py
sponskrub.py [utils] Popen: Refactor to use contextmanager 2022-06-16 06:23:50 +05:30
sponsorblock.py [compat] Remove deprecated functions from core code 2022-06-25 00:14:12 +05:30
xattrpp.py