1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-30 13:11:08 +02:00
yt-dlp/yt_dlp
pukkandan 07e4a40a9a
[crackle] Improve extraction (See desc)
Closes #282

* Refactor authorization as an extension to `_download_json`
* Better error messages and warnings
* Respect `--ignore-no-formats-error`
* Extract subtitles from manifests
* Try with crackle's geo-location service if all hard-coded countries fail
2021-04-29 05:20:16 +05:30
..
downloader [niconico] Fix HLS formats 2021-04-28 19:18:29 +05:30
extractor [crackle] Improve extraction (See desc) 2021-04-29 05:20:16 +05:30
postprocessor [MetadataFromField] Improve regex and add tests 2021-04-21 11:12:04 +05:30
__init__.py Add option --skip-playlist-after-errors 2021-04-22 02:16:31 +05:30
__main__.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +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 [documentation] Fix typos 2021-04-22 16:54:44 +05:30
socks.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
swfinterp.py Completely change project name to yt-dlp (#85) 2021-02-25 00:15:56 +05:30
update.py [cleanup] Fix linter and some typos 2021-04-28 19:59:40 +05:30
utils.py [utils] Improve bug_report_message 2021-04-28 17:19:23 +05:30
version.py [version] update :ci skip all 2021-04-22 17:30:36 +05:30
webvtt.py [downloader/hls] Remove duplicate cues using a sliding window of candidates 2021-04-28 17:21:26 +05:30
YoutubeDL.py Revert "[core] be able to hand over id and title using url_result" 2021-04-28 19:18:06 +05:30