| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | * fix getting media via DASH instead of inaccessible mp4
* also get in-page YT media | 
|  | * maintain support for xx.orf.at/player/... URLs
* add `ORFRadioCollectionIE` to support playlists in ORF Sound
* back-port and re-work `ORFPodcastIE` from https://github.com/yt-dlp/yt-dlp/pull/8486, thx Esokrates | 
|  | * add `ORFONIE`, back-porting yt-dlp PR https://github.com/yt-dlp/yt-dlp/pull/9113 and friends: thx HobbyistDev, TuxCoder, seproDev
* re-factor to support livestreams via new `ORFONliveIE` | 
|  | * skip reason can't be unicode in Py2
* remove duplicate assert...Equal functions | 
|  |  | 
|  |  | 
|  | * updated mixcloud API server address
* fix tests
* etc
---------
Co-authored-by: dirkf <fieldhouse@gmx.net> | 
|  | * add _yes_playlist() method
* avoid crash using _NETRC_MACHINE
* use _search_json() in _search_nextjs_data()
* _search_nextjs_data() default is JSON, not text
* test for above | 
|  | NB This isn't actually a compat fn; it should be utils.int_from_int_or_char | 
|  |  | 
|  | Adapted from https://raw.githubusercontent.com/python/cpython/2.7/Lib/xml/etree/ElementPath.py | 
|  | * remove `is_user_input` option per https://github.com/yt-dlp/yt-dlp/pull/8673
* support traversal of compat_xml_etree_ElementTree_Element per https://github.com/yt-dlp/yt-dlp/pull/8911
* allow un/branching using all and any per https://github.com/yt-dlp/yt-dlp/pull/9571
* support traversal of compat_cookies.Morsel and multiple types in `set()` keys per https://github.com/yt-dlp/yt-dlp/pull/9577
thx Grub4k for these
* also, move traversal tests to a separate class
* allow for unordered dicts in tests for Py<3.7 | 
|  | https://github.com/actions/setup-python/issues/866 | 
|  | * YouPornCategoryIE
* YouPornChannelIE
* YouPornCollectionIE
* YouPornStarIE
* YouPornTagIE
* YouPornVideosIE, | 
|  | * detect unwatchable videos
* improve duration extraction
* fix count extraction and support large values
* detect and remove SEO spam boilerplate description | 
|  | * parallel to `playlist_mincount'
* specify both for a range of playlist lengths
* if max < min the test will always fail! | 
|  | * from https://github.com/yt-dlp/yt-dlp/pull/8827
* extract from webpage instead of broken API URL
* thx The-MAGI | 
|  | Fixes https://github.com/ytdl-org/youtube-dl/commit/21792b88b791b16e3ab0a0fb2e26e5bb8a4e2ff3#commitcomment-140705274, thx: vonProteus | 
|  | Align `utils.bug_reports_message()` with yt-dlp https://github.com/yt-dlp/yt-dlp/commit/5873d4ccdd, thanks fstirlitz
---------
Co-authored-by: dirkf <fieldhouse@gmx.net> | 
|  | * 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 | 
|  | * add compat_subprocess_Popen context manager
* apply context manager in FFmpegFD._call_downloader() | 
|  |  | 
|  |  | 
|  | with compat_contextlib_suppress(*Exceptions):
    # code that fails silently for any of Exceptions | 
|  | Fixes `AttributeError no attribute '_YoutubeIE__ie_msg'` if unable to decode n-parameter | 
|  | * update for more robust json parsing | 
|  | * update API URL
* from https://github.com/yt-dlp/yt-dlp/pull/8003
* thanks to the authors!
Closes yt-dlp/7427
Authored by: hatsomatt, aky-01 | 
|  |  | 
|  | * 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 | 
|  | * use traverse_obj() and _search_json()
* support playlist `.load({**video1},{**video2}, ...)`
* support transform_source=... for _extract_jwplayer_data() | 
|  | * uses the error diagnostic to truncate the JSON string
* may be confused by non-C-Pythons | 
|  |  | 
|  | * Handle user:pass in URLs
Fixes "nonnumeric port" errors when youtube-dl is given URLs with
usernames and passwords such as:
    http://username:password@example.com/myvideo.mp4
Refs:
- https://en.wikipedia.org/wiki/Basic_access_authentication
- https://tools.ietf.org/html/rfc1738#section-3.1
- https://docs.python.org/3.8/library/urllib.parse.html#urllib.parse.urlsplit
Fixes #18276 (point 4)
Fixes #20258
Fixes #26211 (see comment)
* Align code with yt-dlp
---------
Co-authored-by: dirkf <fieldhouse@gmx.net> | 
|  | * Add CaffeineTVIE info extractor to support site caffeine.tv
---------
Co-authored-by: dirkf <fieldhouse@gmx.net> | 
|  | * Add extractor for GB News TV channel
* Support more GBNews URL formats
Allow alphanumeric and _ in place of `shows`, which redirect to site's preferred URL
* Update for 2024 | 
|  | From PR (defunct source), closes #29343.
Matches https://github.com/yt-dlp/yt-dlp/pull/3152
Thx former user kikuyan. | 
|  | * changes from https://github.com/yt-dlp/yt-dlp/pull/9100 (thx
seproDev):
  - attempt HLS extraction
  - re-enable XFF
  - test `view_count`, `duration` extraction
* improve commenting, error checks | 
|  | * based on PR #29680
* added hack to force invoking `transform_source`
* fixes #26218 | 
|  | * 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 | 
|  | Specs:
* ISO/IEC 23009-1:2012 section 5.6
* RFC 3986 section 5. | 
|  | * adapted from https://github.com/ytdl-org/youtube-dl/pull/30279
* thx former GH user kikuyan | 
|  | * adapted from https://github.com/ytdl-org/youtube-dl/pull/30279
 * thx former GH user kikuyan | 
|  |  | 
|  | * also fix various tests
* TODO: check against yt-dlp tests | 
|  | * apply n-sig before chunked fragments, fixes #32692 | 
|  | from yt-dlp | 
|  | `compat_urllib_request.Request` constructor
* fixes #32573
* does not break `utils.HEADrequest` (eg) | 
|  |  | 
|  | * Add simple extractor
* Support separate tracks
* Use index as id instead of slug
---------
Co-authored-by: dirkf <fieldhouse@gmx.net> |