Commit graph

420 commits

Author SHA1 Message Date
Kevin O'Connor
aa88061b86 [downloader/hls] Disable decryption in tests (#27660)
Tests truncate the download to 10241 bytes, which is not divisible by 16
and cannot be decrypted. Tests don't really care about the decrypted
content, just that the data they retrieved is the expected data.
Therefore, it's fine to just return the encrypted data to tests.

See: #27621 and #27620
2021-10-23 01:06:52 +02:00
Yurii H
598916af95 [iheart] Update test description value (#27037)
the description has no HTML tags now.
2021-10-23 01:06:52 +02:00
Remita Amine
59d82ec275 [nrk] fix extraction for videos without a legalAge rating 2021-10-23 01:06:52 +02:00
Remita Amine
0a8305247c [iheart] clean HTML tags from episode description 2021-10-23 01:06:52 +02:00
Remita Amine
4d731a9917 [iheart] remove print statement 2021-10-23 01:06:52 +02:00
Remita Amine
c23155171b [googleplus] Remove Extractor(closes #4955)(closes #7400) 2021-10-23 01:06:52 +02:00
Remita Amine
5a6c27fd90 [applepodcasts] Add new extractor(#25918) 2021-10-23 01:06:52 +02:00
Remita Amine
12049cc72a [googlepodcasts] Add new extractor 2021-10-23 01:06:52 +02:00
Remita Amine
0c069db053 [iheart] Add new extractor for iHeartRadio(#27037) 2021-10-23 01:06:52 +02:00
Remita Amine
49dc695b8b [acast] clean podcast URLs 2021-10-23 01:06:52 +02:00
Remita Amine
888a8d4c64 [stitcher] clean podcast URLs 2021-10-23 01:06:52 +02:00
Remita Amine
95a9d868f6 [utils] add a function to clean podcast URLs 2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
97cdea36f2 [xfileshare] Add support for aparat.cam (closes #27651) 2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
d0177a6f30 [nrktv] Add subtitles test 2021-10-23 01:06:52 +02:00
Remita Amine
881049eef5 [twitter] Add support for summary card(closes #25121) 2021-10-23 01:06:52 +02:00
Remita Amine
a39405150b [twitter] try to use a Generic fallback for unknown twitter cards(clo…
…ses #25982)
2021-10-23 01:06:52 +02:00
Remita Amine
f6560b19c4 [stitcher] Add support for shows and show metadata extraction(closes …
…#20510)
2021-10-23 01:06:52 +02:00
Remita Amine
7db31b6628 [stv] improve episode id extraction(closes #23083) 2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
c09836e567 [nrk] Fix age limit extraction 2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
74e9abdd95 [nrk] Improve series metadata extraction (closes #27473) 2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
0047ca78b2 [nrk] PEP 8 2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
6aa2ce5a53 [nrk] Improve episode and season number extraction 2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
dd3fe3a68e [nrktv] Fix tests 2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
28011fbf5d [nrk] Improve series metadata extraction 2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
d1cc5993a9 [nrk] Extract subtitles 2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
ee3e906f25 [nrk] Fix age limit extraction 2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
2f5c7ee1f9 [nrk] Inline _extract_from_playback 2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
3042ced564 [nrk] Improve video id extraction 2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
f78fbf70e7 [nrk] Add more shortcut tests 2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
6ed6badbe2 [nrk] Improve extraction (closes #27634, closes #27635)
+ Add support for mp3 formats
* Generalize and delegate all item extractors to nrk, beware ie key breakages
+ Add support for podcasts
+ Generalize nrk shortcut form to support all kind of ids
2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
f224645ac3 [nrktv] Switch to playback endpoint
mediaelement endpoint is no longer in use.
2021-10-23 01:06:52 +02:00
Remita Amine
67215062ea [vvvvid] fix season metadata extraction(#18130) 2021-10-23 01:06:52 +02:00
Remita Amine
ca8965d28b [stitcher] fix extraction(closes #20811)(closes #27606) 2021-10-23 01:06:52 +02:00
Remita Amine
91dd4819e8 [acast] fix extraction(closes #21444)(closes #27612)(closes #27613) 2021-10-23 01:06:52 +02:00
Remita Amine
7e985046a0 [arcpublishing] add missing staticmethod decorator 2021-10-23 01:06:52 +02:00
Remita Amine
4336684bca [arcpublishing] Add new extractor
closes #2298
closes #9340
closes #17200
2021-10-23 01:06:52 +02:00
Remita Amine
f8af3b480f [sky] add support for Sports News articles and Brighcove videos(close…
…s #13054)
2021-10-23 01:06:52 +02:00
Remita Amine
6fec676bf2 [vvvvid] skip unplayable episodes and extract akamai formats(closes #…
…27599)
2021-10-23 01:06:52 +02:00
Remita Amine
9014fa950e [yandexvideo] fix extraction for Python 3.4 2021-10-23 01:06:52 +02:00
=?UTF-8?q?Sergey=20M=E2=80=A4?=
b8ebc9bd91 [redditr] Fix review issues and extract source thumbnail (closes #27503) 2021-10-23 01:06:52 +02:00
ozburo
b83833f1f4 [redditr] Extract all thumbnails 2021-10-23 01:06:52 +02:00
Remita Amine
4f49d50c61 [vvvvid] imporove info extraction 2021-10-23 01:06:52 +02:00
nixxo
8188302a03 [vvvvid] add playlists support (#27574)
closes #18130
2021-10-23 01:06:52 +02:00
Remita Amine
2c8306ce89 [yandexdisk] extract info from webpage
the public API does not return metadata when download limit is reached
2021-10-23 01:06:52 +02:00
Remita Amine
5643182c7c [yandexdisk] fix extraction(closes #17861)(closes #27131) 2021-10-23 01:06:52 +02:00
Remita Amine
ba2ee853d0 [yandexvideo] use old api call as fallback 2021-10-23 01:06:52 +02:00
Remita Amine
7dc64629d5 [yandexvideo] fix extraction(closes #25000) 2021-10-23 01:06:52 +02:00
Remita Amine
d918ab8191 [utils] accept only supported protocols in url_or_none 2021-10-23 01:06:52 +02:00
Remita Amine
f16294dd19 [YoutubeDL] Allow format filtering using audio language(#16209) 2021-10-23 01:06:52 +02:00
Remita Amine
93c2a90d46 [nbc] Remove CSNNE extractor 2021-10-23 01:06:52 +02:00