Use --compat-options no-youtube-prefer-utc-upload-date to prefer the non-UTC upload date. If ffmpeg is used as the downloader, the downloading and merging of formats happen in a single step when possible. Use --compat-options no-direct-merge to revert this Thumbnail embedding in mp4 is ...
Use --compat-options no-youtube-prefer-utc-upload-date to prefer the non-UTC upload date. If ffmpeg is used as the downloader, the downloading and merging of formats happen in a single step when possible. Use --compat-options no-direct-merge to revert this Thumbnail embedding in mp4 is ...
Some features/behaviors are reverted: Some changes in yt-dlp has been reverted to match that of youtube-dl. Output filename template. In yt-dlp, it was %(title)s [%(id)s].%(ext)s. But ytdl-patched uses %(title)s-%(id)s.%(ext)s. New extractor arguments: Some extractor argumen...
Update to ytdl-commit-a08f2b7 (#10012)[ie] Rework JWPlayer extraction - ytdl-org/youtube-dl@f663724 [ie/gbnews] Add extractor - ytdl-org/youtube-dl@70f230f [ie/caffeinetv] Add extractor - ytdl-org/youtube-dl@40bd5c1 [ie/youporn] Improve extraction - ytdl-org/youtube-dl@...
Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} AbyssalDrifter / ytdl-patched Public forked from ytdl-patched/ytdl-patched Notifications You must be signed in to change notification settings Fork 0 Star ...
2 changes: 1 addition & 1 deletion 2 yt_dlp/YoutubeDL.py Original file line numberDiff line numberDiff line change @@ -2397,7 +2397,7 @@ def sanitize_numeric_fields(info): sanitize_string_field(info_dict, 'id') sanitize_numeric_fields(info_dict) if (info_dict.get('duration') or...
I changed the path to the config file for ytdl to the actual config--thank you for catching that--and it seems to have resolved that error. However, now I have a different error [patreon][error] An unexpected error occurred: TypeError - expected string or bytes-like object, got 'dict...
params.get('youtube_include_dash_manifest'): if self._downloader.params.get('youtube_include_dash_manifest', True): dash_manifest_url = streaming_data.get('dashManifestUrl') if dash_manifest_url: for f in self._extract_mpd_formats( 208 changes: 113 additions & 95 deletions 208 yt_dlp...
if YoutubeTabIE.suitable(url): return False # Hack for lazy extractors until more generic solution is implemented # (see #28780) from .youtube import parse_qs qs = parse_qs(url) if qs.get('v', [None])[0]: return False 0 comments on commit 1bdae7d Please sign in to comment. ...
def test_youtube(self): self._assert_restricted('07FYdnEawAQ', '07FYdnEawAQ.mp4', 10) self._assert_restricted('HtVdAasjOgU', 'HtVdAasjOgU.mp4', 10) def test_youporn(self): self._assert_restricted( 'http://www.youporn.com/watch/505835/sex-ed-is-it-safe-to-masturbate-daily/'...