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.
6 months ago
..
__pyinstaller [build] Include secretstorage in Linux builds 7 months ago
compat Remove Python 3.7 support (#8361) 7 months ago
dependencies [rh:requests] Add handler for `requests` HTTP library (#3668) 8 months ago
downloader [rh:websockets] Migrate websockets to networking framework (#7720) 7 months ago
extractor [ie/Bigo] Fix JSON extraction (#8893) 6 months ago
networking [cleanup] Misc (#8598) 6 months ago
postprocessor [FFmpegMerger] Fix merger discard input timestamps 6 months ago
utils [cleanup] Misc (#8598) 6 months ago
YoutubeDL.py [cleanup] Misc (#8598) 6 months ago
__init__.py Let `read_stdin` obey `--quiet` 7 months ago
__main__.py [cleanup] Misc 2 years ago
aes.py [dependencies] Simplify `Cryptodome` 1 year ago
cache.py [cleanup] Misc 1 year ago
casefold.py Update to ytdl-commit-07af47 1 year ago
cookies.py [cookies] Fix `--cookies-from-browser` with macOS Firefox profiles (#8909) 6 months ago
jsinterp.py Update to ytdl-commit-07af47 1 year ago
minicurses.py [docs] Consistent use of `e.g.` (#4643) 2 years ago
options.py [core] Add `--compat-option manifest-filesize-approx` (#8356) 8 months ago
plugins.py [plugins] Don't look in `.egg` directories 1 year ago
socks.py [cleanup] Misc (#8598) 6 months ago
update.py [core] Release workflow and Updater cleanup (#8640) 6 months ago
version.py Release 2023.12.30 6 months ago
webvtt.py [webvtt] Fix 15f22b4880 6 months ago