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
Fuyan Yuan a0d394e2f6 [FFmpegMerger] Fix merger discard input timestamps
Some website save video-only and audio-only file with non-zero
timestamp. Therefore, when merging them, ffmpeg should keep original
timestamp.

According to ffmpeg doc: https://ffmpeg.org/ffmpeg.html

`-copyts`: Do not process input timestamps, but keep their values
without trying to sanitize them. In particular, do not remove the
initial start time offset value.
1 year ago
..
__pyinstaller [build] Include secretstorage in Linux builds 1 year ago
compat Remove Python 3.7 support (#8361) 1 year ago
dependencies [rh:requests] Add handler for `requests` HTTP library (#3668) 1 year ago
downloader [rh:websockets] Migrate websockets to networking framework (#7720) 1 year ago
extractor [ie/Bigo] Fix JSON extraction (#8893) 1 year ago
networking [cleanup] Misc (#8598) 1 year ago
postprocessor [FFmpegMerger] Fix merger discard input timestamps 1 year ago
utils [cleanup] Misc (#8598) 1 year ago
YoutubeDL.py [cleanup] Misc (#8598) 1 year ago
__init__.py Let `read_stdin` obey `--quiet` 1 year ago
__main__.py
aes.py [dependencies] Simplify `Cryptodome` 2 years ago
cache.py [cleanup] Misc 2 years ago
casefold.py Update to ytdl-commit-07af47 2 years ago
cookies.py [cookies] Fix `--cookies-from-browser` with macOS Firefox profiles (#8909) 1 year ago
jsinterp.py Update to ytdl-commit-07af47 2 years ago
minicurses.py
options.py [core] Add `--compat-option manifest-filesize-approx` (#8356) 1 year ago
plugins.py [plugins] Don't look in `.egg` directories 2 years ago
socks.py [cleanup] Misc (#8598) 1 year ago
update.py [core] Release workflow and Updater cleanup (#8640) 1 year ago
version.py Release 2023.12.30 1 year ago
webvtt.py [webvtt] Fix 15f22b4880 1 year ago