bashonly
f91645acea
[ie/patreon] Extract all m3u8 formats for locked posts ( #11138 )
...
Closes #11125
Authored by: bashonly
1 year ago
Simon Sawicki
b31b81d85f
[ci] Rerun failed tests ( #11143 )
1 year ago
Corey Wright
6328e2e67a
[ie/ApplePodcasts] Fix extractor ( #10903 )
...
Closes #10809
Authored by: coreywright
1 year ago
github-actions[bot]
5945fc1945
Release 2024.09.27
...
Created by: bashonly
:ci skip all
1 year ago
bashonly
c6387abc1a
[cleanup] Misc ( #10807 )
...
Closes #10751 , Closes #10769 , Closes #10791
Authored by: bashonly, Codenade, pzhlkj6612, seproDev, coletdjnz, grqz, Grub4K
Co-authored-by: Codenade <amadeus.dorian04@gmail.com>
Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com>
Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com>
Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com>
Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
1 year ago
bashonly
cca534cd9e
Raise minimum recommended Python version to 3.9 ( #11098 )
...
Authored by: bashonly
1 year ago
kclauhk
7509d692b3
[ie/loom] Fix m3u8 formats extraction ( #10760 )
...
Closes #10737
Authored by: kclauhk
1 year ago
ndyanx
63da31b3b2
[ie/dropbox] Fix password-protected video support ( #10735 )
...
Also adds thumbnail extraction
Closes #9864
Authored by: ndyanx
1 year ago
rakslice
8f4ea14680
Fix format sorting bug with vp9.2 vcodec ( #10884 )
...
Authored by: rakslice
1 year ago
fireattack
a1b4ac2b8e
[ie/vimeo] Fix HLS audio format sorting ( #11082 )
...
Closes #10854
Authored by: fireattack
1 year ago
Kieran
c08e0b20b5
Allow `none` arg to negate `--convert-subs` and `--convert-thumbnails` ( #11066 )
...
Authored by: kieraneglin
1 year ago
bashonly
0aa4426e9a
[ie/kick:clips] Support new URL format ( #11107 )
...
Closes #11105
Authored by: bashonly
1 year ago
bashonly
48d629d461
[ie/YleAreena] Support podcasts ( #11104 )
...
Closes #10840
Authored by: bashonly
1 year ago
bashonly
7f909046f4
[ie/abc.net.au:iview:showseries] Fix extraction ( #11101 )
...
Closes #10475
Authored by: bashonly
1 year ago
bashonly
eabb4680fd
[ie/niconico] Fix m3u8 formats extraction ( #11103 )
...
Closes #10724
Authored by: bashonly
1 year ago
bashonly
1d84b780cf
[ie/youtube:clip] Prioritize `https` formats ( #11102 )
...
Closes #10856
Authored by: bashonly
1 year ago
bashonly
9f5c9a9089
[ie/wistia] Support password-protected videos ( #11100 )
...
Closes #10914
Authored by: bashonly
1 year ago
bashonly
a2000bc857
[ie/bilibili] Fix chapters and subtitles extraction ( #11099 )
...
Closes #11089
Authored by: bashonly
1 year ago
diman8
5a8a05aebb
[ie/SVTPage] Fix extractor ( #11010 )
...
Authored by: diman8
1 year ago
tony-hn
ad0b857f45
[ie/RumbleChannel] Fix extractor ( #11049 )
...
Closes #10833
Authored by: tony-hn
1 year ago
N/Ame
124f058b54
[ie/Germanupa] Add extractor ( #10538 )
...
Closes #10527
Authored by: grqz
1 year ago
sepro
416686ed0c
[ie/ertgr] Fix video extraction ( #11091 )
...
Closes #8955
Authored by: seproDev
1 year ago
sepro
b37417e4f9
[ie/SnapchatSpotlight] Add extractor ( #11030 )
...
Closes #1797
Authored by: seproDev
1 year ago
Mozi
28b0ecba2a
[ie/Mojevideo] Add extractor ( #11019 )
...
Closes #8159
Authored by: 04-pasha-04, pzhlkj6612
Co-authored-by: pasha <pasha.syd04@gmail.com>
1 year ago
szantnerb
e2b3634e29
[ie/mediaklikk] Fix extractor ( #11083 )
...
Closes #11061
Authored by: szantnerb
1 year ago
bashonly
fb8b7f226d
[build] Bump PyInstaller version pin to `>=6.10.0` ( #10709 )
...
Authored by: bashonly
1 year ago
sepro
b397a64691
[cookies] Improve error message for Windows `--cookies-from-browser chrome` issue ( #11090 )
...
Authored by: seproDev
1 year ago
bashonly
5bb1aa04da
[networking] Pin `curl-cffi` version to < 0.7.2 ( #11092 )
...
Ref: https://github.com/lexiforest/curl_cffi/issues/394
Authored by: bashonly
1 year ago
bashonly
fa2be9a7c6
[ie/youtube] Fix `format_note` (Bugfix for 3a3bd00037
) ( #11028 )
...
Authored by: bashonly
1 year ago
bashonly
3ad0b7f422
[ie/tiktok] Fix web formats extraction ( #11074 )
...
Closes #11034
Authored by: bashonly
1 year ago
subrat-lima
090fb58de7
[ie/afl] refactored AFCVideoIE
...
1. added tag option to 'get_element_html_by_attribute' function.
this removes the need for using '_search_json'
2. swapped 'if not' statement with 'if' for simplification
feedback: pzhlkj6612
1 year ago
subrat-lima
cb0aa20d4f
[ie/afl] updated AFCVideoIE & CarltonFCVideoIE mediaId parser
1 year ago
subrat-lima
2c49f52c04
[ie/omnyfm] added back the InAdvancePagedList function
1 year ago
subrat-lima
4ff1288758
[ie/omnyfm] updated _VALID_URL regex pattern for id
1 year ago
subrat-lima
93e65f14dc
[ie/afl] updated _VALID_URL regex to properly escape dot character
1 year ago
subrat-lima
d40dbdc50b
[ie/omnyfm] updated _EMBED_REGEX
1 year ago
subrat-lima
d9e0e023b8
[ie/afl] fixed AFLCFVideoIE incorrect video parsing & split CarltonFCVideoIE
...
Changes made:
1. AFCVideoIE, CarltonFCVideoIE: fixed the issue to find the correct
video media id. (thanks to pzhlkj6612a)
2. AFCVideoIE: added support for pages where mediaId is unavailable
in webpage
3. CarltonFCVideoIE: split from AFCVideoIE because of point 2 as the
variation is specific to AFCVideo
4. Updated test cases
1 year ago
subrat-lima
74e26f7599
[ie/afl] updated AFCVideoIE to extract video attrs using html extract_attributes function
1 year ago
subrat-lima
549d28cd04
[ie/omnyfm] updated extractor to use _search_nextjs_data for json data parsing
1 year ago
subrat-lima
3e4523b78c
[ie/omnyfm] updated extractor to use OnDemandPagedList instead of InAdvancePagedList
1 year ago
subrat-lima
e17e2beea6
[ie/afl] add support for lions.com.au and carltonfc.com.au
...
made the following changes:
1. added support for lions.com.au videos
1. added support for carltonfc.com.au videos and podcasts
1 year ago
subrat-lima
b62a7cf725
[ie/afl] added AFCVideoIE
1 year ago
subrat-lima
c386fc0d43
Merge branch 'master' into ie-afl
1 year ago
subrat-lima
5fea24bda2
[ie/afl][ie/omnyfm] added AFLPodcastIE and updated OmnyFMShowIE
...
1. AFLPodcastIE: Added extractor for AFL podcasts
2. OmnyFMShowIE: Updated code to adjust url before download page
to support various url patterns
1 year ago
subrat-lima
8125680192
[ie/afl] added OmnyFMShow extractor
1 year ago
1-Byte
4a9bc8c363
[ie/NZZ] Fix extractor ( #10461 )
...
Closes #5653
Authored by: 1-Byte
1 year ago
Khaoklong51
a06bb58679
[ie/BiliIntl] Fix referer header ( #11003 )
...
Closes #10996
Authored by: Khaoklong51
1 year ago
bashonly
a555389c9b
[ie/HGTVDe] Fix extractor ( #10992 )
...
Closes #10984
Authored by: bashonly, rdamas
Co-authored-by: Robert Damas <robert.damas@byom.de>
1 year ago
N/Ame
173d54c151
[ie/kick:vod] Support new URL format ( #10988 )
...
Closes #10975
Authored by: grqz, bashonly
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
1 year ago
Oto Valek
4a27b8f092
[ie/IPrima] Fix zoom URL support ( #10959 )
...
Closes #6100
Authored by: otovalek
1 year ago