Age | Commit message (Collapse) | Author |
|
Now also succeeds with player b12cc44b
|
|
* dirkf's patch for nsig extraction
* add generic search per yt-dlp/yt-dlp/pull/10611 - thx bashonly
---------
Co-authored-by: dirkf <fieldhouse@gmx.net>
|
|
Fixes #32877
|
|
|
|
* improve extraction of function name (like yt-dlp/yt-dlp#10390)
* always use JSInterp to extract function code (yt-dlp/yt-dlp#10396, thx seproDev, pukkandan)
|
|
PR #32837
* Add track version to track title
|
|
PR #31159
|
|
* no space after @ in decorator
|
|
* https://github.com/yt-dlp/yt-dlp/commit/8f53dc4
* thx pukkandan
|
|
* [VidLii] Add HD support (yt-dlp backport-ish)
* Also fix a bug with the view count
---------
Co-authored-by: dirkf <fieldhouse@gmx.net>
|
|
|
|
* 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`
|
|
* 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
|
|
* 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
|
|
* from https://github.com/yt-dlp/yt-dlp/pull/8827
* extract from webpage instead of broken API URL
* thx The-MAGI
|
|
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
|
|
* 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
|
|
* 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
|
|
|
|
* also fix various tests
* TODO: check against yt-dlp tests
|
|
* apply n-sig before chunked fragments, fixes #32692
|
|
from yt-dlp
|
|
* Add simple extractor
* Support separate tracks
* Use index as id instead of slug
---------
Co-authored-by: dirkf <fieldhouse@gmx.net>
|
|
Revise extractors for new API and page formats
|
|
* [telewebion] fix extraction
Resolves https://github.com/ytdl-org/youtube-dl/issues/5135#issuecomment-932952119
---------
Co-authored-by: dirkf <fieldhouse@gmx.net>
|
|
Apologies for force push!
[skip ci]
|
|
Based on https://github.com/yt-dlp/yt-dlp/pull/7776: thx ifan-t, bashonly
|
|
* from https://github.com/yt-dlp/yt-dlp/pull/7730, thx ifan-t, bashonly
|
|
|
|
* API compatible with yt-dlp
* also support Sequence of patterns in _VALID_URL
* one place to compile _VALID_URL
* TODO: remove existing extractor shims
|
|
* add _search_nextjs_data(), from https://github.com/yt-dlp/yt-dlp/pull/1386
thanks selfisekai
* add _search_nuxt_data(), from https://github.com/yt-dlp/yt-dlp/pull/1921,
thanks Lesmiscore, pukkandan
* add tests for the above
* also fix HTML5 type recognition and tests, from
https://github.com/yt-dlp/yt-dlp/commit/222a230871fe4fe63f35c49590379c9a77116819,
thanks Lesmiscore
* update extractors in PR using above, fix tests.
|
|
|
|
* from https://github.com/yt-dlp/yt-dlp/pull/6697, thanks nick-cd
|
|
* from https://github.com/yt-dlp/yt-dlp/pull/6803, thanks CoryTibbettsDev
|
|
* from https://github.com/yt-dlp/yt-dlp/pull/6903, thanks garret1317
|