25
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 6 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[postprocessor/ffmpeg] Fix finding ffprobe (bug in 21792b8) Fixes https://github.com/ytdl-org/youtube-dl/commit/21792b88b791b16e3ab0a0fb2e26e5bb8a4e2ff3#commitcomment-140705274, thx: vonProteus More... 12 days ago
[utils] Fix crash in _report_ignoring_subs from c58b655 (#32762) More... 14 days ago
[Youtube] Fix unwanted private method __ie_msg in f8b0135850 More... 27 days ago
[Vimeo] Improve `config` extraction (#32742) More... about 1 month ago
[compat] Simplify/fix compat_html_parser_HTMLParseError More... about 1 month ago
[utils] Let int_or_none() accept a base, like int() More... about 2 months ago
[utils] Handle user:pass in URLs (#28801) More... about 2 months ago
[external/FFmpeg] Fix and improve --ffmpeg-location handling * pass YoutubeDL (FileDownloader) to FFmpegPostProcessor constructor * consolidate path search in FFmpegPostProcessor * make availability of FFmpegFD depend on existence of FFmpegPostProcessor * detect ffmpeg executable on instantiation of FFmpegFD * resolves #32735 More... about 2 months ago
[downloader/external] Fix "Resource Warning" in downloader test * add compat_subprocess_Popen context manager * apply context manager in FFmpegFD._call_downloader() More... about 2 months ago
[utils] Apply compat_contextlib_suppress More... about 2 months ago
[compat] Add compat_contextlib_suppress More... about 2 months ago
[Videa] Align with yt-dlp More... about 2 months ago
[caffeine.tv] Add new extractor (#32514) More... about 2 months ago
[GBNews]Add new extractor for GB News TV channel (#29432) More... about 2 months ago
[downloader/external] Fix WgetFD proxy (rev 2) More... about 2 months ago
[XFileShare] Update extractor for 2024 * simplify aa_decode() * review and update supported sites and tests * in above, include FileMoon.sx, and remove separate module * incorporate changes from yt-dlp * allow for decoding multiple scripts (eg, FileMoon) * use new JWPlayer extraction More... about 2 months ago
[InfoExtractor] Rework and improve JWPlayer extraction * use traverse_obj() and _search_json() * support playlist `.load({**video1},{**video2}, ...)` * support transform_source=... for _extract_jwplayer_data() More... about 2 months ago
[InfoExtractor] Add `_search_json()` * uses the error diagnostic to truncate the JSON string * may be confused by non-C-Pythons More... about 2 months ago
[Vbox7] Improve extraction, adding features from yt-dlp PR #9100 More... 2 months ago
[Vbox7IE] Sanitise ld+json containing unexpected characters * based on PR #29680 * added hack to force invoking `transform_source` * fixes #26218 More... 3 months ago
[Vbox7IE] Improve extraction * DASH extraction no longer fails with new range support * but always find combined formats if available * suppress ineffective XFF geo-bypass (causes time-outs) * adapted from https://github.com/ytdl-org/youtube-dl/pull/29680 * thx former GH user kikuyan More... 3 months ago
[InfoExtractor] Correctly resolve BaseURL in DASH manifest Specs: * ISO/IEC 23009-1:2012 section 5.6 * RFC 3986 section 5. More... 3 months ago
[InfoExtractor] Support byte range for DASH * adapted from https://github.com/ytdl-org/youtube-dl/pull/30279 * thx former GH user kikuyan More... 3 months ago
[InfoExtractor] Support DASH subtitle extraction (yt-dlp back-port) More... 3 months ago
[downloader/dash] Support `range` in fragment (format f'{start}-{end}') * adapted from https://github.com/ytdl-org/youtube-dl/pull/30279 * thx former GH user kikuyan More... 3 months ago
[compat] Rework compat for `method` parameter of `compat_urllib_request.Request` constructor * fixes #32573 * does not break `utils.HEADrequest` (eg) More... 3 months ago
[YouTube] Fix `like_count` extraction using `likeButtonViewModel` * also fix various tests * TODO: check against yt-dlp tests More... 3 months ago
[YouTube] Rework n-sig processing, realigning with yt-dlp * apply n-sig before chunked fragments, fixes #32692 More... 3 months ago
[InfoExtractor] Support some warning and `._downloader` shortcut methods from yt-dlp More... 3 months ago
[Epidemic Sound] Add new extractor (#32628) More... 5 months ago