yt-dlp/yt_dlp
pukkandan 28419ca2c8
[utils] Improve `LazyList`
* Add `repr` and `str` that mimics `list`
* Add `reversed`. Unlike `[::-1]`, reversed does not exhaust the iterable and modifies the `LazyList` in-place
* Add tests
2021-06-13 03:45:53 +05:30
..
downloader [downloader/ffmpeg] Hide FFmpeg banner unless in verbose mode (#372) 2021-06-06 00:59:04 +05:30
extractor [youtube] Non-fatal alert reporting for unavailable videos page (#401) 2021-06-10 21:12:56 +00:00
postprocessor [utils] Generalize `traverse_dict` to `traverse_obj` 2021-06-08 19:26:44 +05:30
YoutubeDL.py [EmbedThumbnail] Fix for already downloaded thumbnail 2021-06-11 19:13:24 +05:30
__init__.py Make outtmpl more robust and catch errors early 2021-06-08 20:11:00 +05:30
__main__.py [cleanup] Point all shebang to `python3` (#372) 2021-06-06 00:59:04 +05:30
aes.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
cache.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
compat.py [downloader/hls] Assemble single-file WebVTT subtitles from HLS segments 2021-04-28 17:21:14 +05:30
jsinterp.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
options.py [EmbedThumbnail] Fix for already downloaded thumbnail 2021-06-11 19:13:24 +05:30
socks.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
swfinterp.py.disabled [cleanup] Mark unused files 2021-06-06 00:59:04 +05:30
update.py [build] Build Windows x86 version with py3.7 2021-06-10 01:41:04 +05:30
utils.py [utils] Improve `LazyList` 2021-06-13 03:45:53 +05:30
version.py [version] update 2021-06-10 01:36:46 +05:30
webvtt.py [downloader/hls] Remove duplicate cues using a sliding window of candidates 2021-04-28 17:21:26 +05:30