31047 Commits

Author SHA1 Message Date
Stefan
8277abfc42 [servus] url fix 2019-12-31 20:35:07 +01:00
Oneboy1979
f22debf3e0
Merge pull request #2 from ytdl-org/master
Master 31.12.2019
2019-12-31 20:03:13 +01:00
Remita Amine
2d30b92e11 [brightcove] invalidate policy key cache on failing requests 2019-12-31 19:49:01 +01:00
pull[bot]
633899ce59
Merge pull request #212 from ytdl-org/master
[pull] master from ytdl-org:master
2019-12-31 17:39:23 +00:00
Sergey M․
0164cd5dac
[pornhub] Improve locked videos detection (closes #22449, closes #22780) 2019-12-31 23:43:43 +07:00
pull[bot]
5d2f416a86
Merge pull request #211 from ytdl-org/master
[pull] master from ytdl-org:master
2019-12-31 16:39:23 +00:00
Sergey M․
f41347260c
[pornhub] Fix extraction and add support for m3u8 formats (closes #22749, closes #23082) 2019-12-31 23:29:06 +07:00
Remita Amine
0606808746 [brightcove] update policy key on failing requests 2019-12-31 16:44:30 +01:00
pull[bot]
3c37c090b0
Merge pull request #210 from ytdl-org/master
[pull] master from ytdl-org:master
2019-12-31 15:39:28 +00:00
Sergey M․
0a02732b56
[spankbang] Improve removed video detection (#23423) 2019-12-31 22:18:01 +07:00
Sergey M․
2b845c4086
[spankbang] Fix extraction (closes #23307, closes #23423, closes #23444) 2019-12-31 22:16:39 +07:00
Avi Peretz
5ebc2884c8 Add message. 2019-12-31 14:08:52 +02:00
pull[bot]
604737ebc8
Merge pull request #209 from ytdl-org/master
[pull] master from ytdl-org:master
2019-12-31 09:39:30 +00:00
Remita Amine
3bed621750 [soundcloud] automatically update client id on failing requests 2019-12-31 09:49:29 +01:00
pull[bot]
95038cdded
Merge pull request #208 from ytdl-org/master
[pull] master from ytdl-org:master
2019-12-30 21:39:26 +00:00
Remita Amine
0c15a56f1c [prosiebensat1] improve geo restriction handling(closes #23571) 2019-12-30 22:31:11 +01:00
Vladimir Krylov
17bf73ee1a rm empty line for flake8 2019-12-30 21:51:23 +02:00
Vladimir Krylov
da7e916836 ivi.ru notifies when all video formats are DRM-encrypted 2019-12-30 21:47:47 +02:00
Vladimir Krylov
c65c6fe2ee update ivi.ru extractor to get list of formats 2019-12-30 15:20:55 +02:00
Roxedus
fa9516583d
Update tests 2019-12-30 03:16:16 +01:00
James Tai
f64af79b0c
Add language prefixes for --sub-lang 2019-12-29 17:29:09 -08:00
pull[bot]
bc79a98143
Merge pull request #207 from ytdl-org/master
[pull] master from ytdl-org:master
2019-12-29 18:39:16 +00:00
Remita Amine
75ef77c1b1 [brightcove] cache brightcove player policy keys 2019-12-29 19:31:17 +01:00
Remita Amine
cb7e053e0a [extractors] add missing import for ScrippsNetworksIE 2019-12-29 19:31:17 +01:00
Roxedus
8d1380697b
[nrk] fix and update extractor
Added new error message
Fixed tests, some of the existing ones were removed from the site
2019-12-27 13:27:35 +01:00
pull[bot]
309e259f42
Merge pull request #206 from ytdl-org/master
[pull] master from ytdl-org:master
2019-12-26 17:39:17 +00:00
Sergey M․
941e359e95
[teachable] Fail with error message if no video URL found 2019-12-27 00:26:12 +07:00
Sergey M․
f8a12427a9
[teachable] Improve locked lessons detection (#23528) 2019-12-27 00:18:37 +07:00
Pip Longrun
6990899c55 [JizzBunker] Add new extractor 2019-12-26 16:32:31 +01:00
Erez Volk
3ca7b124f9 Merge remote-tracking branch 'source/master' into linkedin-learning-subtitles 2019-12-26 16:40:39 +02:00
pull[bot]
668c1aae81
Merge pull request #205 from ytdl-org/master
[pull] master from ytdl-org:master
2019-12-26 14:39:15 +00:00
Remita Amine
7ea55819ac [scrippsnetworks] Add new extractor(closes #19857)(closes #22981) 2019-12-26 15:25:04 +01:00
shin
0fab63b776 Tests won't yell that mutagen is missing 2019-12-26 14:30:49 +05:30
shin
17f82ec733 Mutagen is a required dependency. 2019-12-26 14:26:53 +05:30
shin
9556018388 Handle ImportError as a warning 2019-12-26 14:20:17 +05:30
shin
e40d476168 Use FFmpeg for embedding thumbnails into MP3
Embedding thumbnails inside ID3v2 tags is done by FFmpeg quite nicely, there's no need to depend on the external dependency. Also, FFmpeg already used for many post-processing and conversion work.
2019-12-26 14:09:15 +05:30
shin
edcaf554b0 Refactored the according according to 'flake8' 2019-12-26 13:43:50 +05:30
shin
6fb38337d6 Followed the code-convention of 'youtube-dl' 2019-12-26 13:18:13 +05:30
shin
e82a75d7e7 Throw exceptions if 'mutagen' cannot be found 2019-12-26 13:00:51 +05:30
shin
fd35c3fbaa MP4/M4A files use 'mutagen' for thumbnail embedding
Previously, AtomicParsley was used to embed thumbnails into moov.udta.meta.ilst atom which contains iTunes style metadata for audio files. Using AtomicParsley for only embedding thumbnails was quite infiuriating.Mutagen can manipulate audio metadata and the module itself is quite lightweight and doesn't require any deps. I (shin-ts) favoured to have a package as addon instead of an executable, because this method is quite convinient in my opinion.
2019-12-26 12:57:48 +05:30
pull[bot]
e93621bcda
Merge pull request #204 from ytdl-org/master
[pull] master from ytdl-org:master
2019-12-25 19:39:16 +00:00
Remita Amine
18ff573e50 [mitele] fix extraction(closes #21354)(closes #23456) 2019-12-25 20:02:31 +01:00
pull[bot]
a6b09a78b0
Merge pull request #203 from ytdl-org/master
[pull] master from ytdl-org:master
2019-12-25 16:39:21 +00:00
Sergey M․
d1b2722095
[soundcloud] Update client id (closes #23516) 2019-12-25 22:39:50 +07:00
pull[bot]
5563f0bea5
Merge pull request #202 from ytdl-org/master
[pull] master from ytdl-org:master
2019-12-24 21:39:16 +00:00
Sergey M․
278be57be2
[mailru] Relax _VALID_URLs (#23509) 2019-12-25 04:28:34 +07:00
pull[bot]
0128368390
Merge pull request #201 from ytdl-org/master
[pull] master from ytdl-org:master
2019-12-24 18:39:22 +00:00
Sergey M․
b8e1172d6c
release 2019.12.25 2019-12-25 01:18:37 +07:00
Sergey M․
80e43af5bf
release 2019.12.25 2019.12.25 2019-12-25 01:16:49 +07:00
Sergey M․
b1a92520a3
[ChangeLog] Actualize
[ci skip]
2019-12-25 00:52:11 +07:00