Should hopefuly fix both: - https://github.com/jmbannon/ytdl-sub/issues/843 - https://github.com/jmbannon/ytdl-sub/issues/867 Various sites have unique IDs with characters that get sanitized (i.e. `/`, `:`). `ytdl-sub` was not using sanitized UIDs when looking for files, and would throw an error saying download was missing. This should resolve that issue. |
||
|---|---|---|
| .. | ||
| internal | ||
| __init__.py | ||
| audio_extract.py | ||
| chapters.py | ||
| date_range.py | ||
| embed_thumbnail.py | ||
| file_convert.py | ||
| filter_exclude.py | ||
| filter_include.py | ||
| format.py | ||
| match_filters.py | ||
| music_tags.py | ||
| nfo_tags.py | ||
| output_directory_nfo_tags.py | ||
| regex.py | ||
| split_by_chapters.py | ||
| subtitles.py | ||
| throttle_protection.py | ||
| video_tags.py | ||