28957 Commits

Author SHA1 Message Date
Cameron Rossington
d84347f367 Look for podcast description in generic extractor.
Tries sequentially to find common tags containing episode descriptions
for podcasts when using the generic extractor. Silently allows
description to be None if there are not any found.
2020-05-02 12:24:55 -04:00
Sergey M․
e40c758c2a
[youtube] Improve player id extraction and add tests 2020-05-02 07:18:08 +07:00
Sergey M․
011e75e641
[youtube] Use redirected video id if any (closes #25063) 2020-05-01 00:40:38 +07:00
Remita Amine
2468a6fa64 [yahoo] fix GYAO Player extraction and relax title URL regex(closes #24178)(closes #24778) 2020-04-29 14:56:32 +01:00
Remita Amine
700265bfcf [tvplay] fix Viafree extraction(closes #15189)(closes #24473)(closes #24789) 2020-04-29 13:38:58 +01:00
Sergey M․
c97f5e934f
[tenplay] Relax _VALID_URL (closes #25001) 2020-04-26 12:41:33 +07:00
Sergey M․
38db9a405a
[prosiebensat1] Extract series metadata 2020-04-24 02:56:10 +07:00
Philipp Stehle
2cdfe977d7
[prosiebensat1] Improve extraction and remove 7tv.de support (#24948) 2020-04-24 02:44:13 +07:00
willbeaufoy
46d0baf941
[options] Clarify doc on --exec command (closes #19087) (#24883) 2020-04-24 02:31:38 +07:00
Mariusz Skoneczko
2cf8283701 [AnimeLab] Fix extracting videos with null season data 2020-04-23 21:08:13 +10:00
Mariusz Skoneczko
2f6d029e96 [AnimeLab] Extract both English and Japanese all in one go, if available 2020-04-23 21:03:20 +10:00
Mariusz Skoneczko
c3dca171d0 [AnimeLab] Correctly extract mpd and m3u8 formats 2020-04-23 20:07:33 +10:00
Elan Ruusamäe
16b73da1cb [chore] DRY: move common _VALID_URL_RE caching to a method 2020-04-23 11:06:44 +03:00
tsia
f2e0bcd9b8
Merge pull request #14 from ytdl-org/master
update
2020-04-21 14:42:59 +02:00
Mariusz Skoneczko
395f0e7b11 [AnimeLab] Correctly pass playlist item ids as strings fixing --download-archive 2020-04-21 20:45:29 +10:00
Mariusz Skoneczko
924a92d3c0 Merge branch 'master' into animelab 2020-04-21 20:36:23 +10:00
Lam
f708258986 [floatplane] New version of the Floatplane extractor 2020-04-20 21:17:42 +02:00
Andrew Udvare
a57ae3f760
[Instagram] Support for Stories 2020-04-17 02:32:35 -04:00
J. Randall Owens
b42ada3f88 Merge branch 'master' of https://github.com/rg3/youtube-dl 2020-04-15 12:29:08 +01:00
Pete Johns
5d6e557d0f
Extract SBSBaseIE with common _real_extract(), which follows established BaseIE pattern 2020-04-13 15:04:27 +10:00
Pete Johns
a6376446ec
Don't inherit from SBSIE
It's unclear from https://github.com/ytdl-org/youtube-dl/pull/21066#discussion_r407193002 why this is the case as the codebase has many examples of other InfoExtractor classes inheriting from derived classes.
2020-04-13 13:35:27 +10:00
Pete Johns
685ed27a4f
Use suitable() to determine which InfoExtractor class to use 2020-04-13 13:26:23 +10:00
Pete Johns
fd90cab05a
_VALID_URL regular expressions are not anchored 2020-04-13 13:23:08 +10:00
Pete Johns
5e04505a96
Remove data obviated by 'only_matching' flag 2020-04-13 13:14:02 +10:00
Pete Johns
e0cdd3e52c
Merge remote-tracking branch 'origin/master' into paj/sbs-news-without-id 2020-04-12 15:48:05 +10:00
Sergey M․
00eb865b3c
[youtube] Fix DRM videos detection (refs #24736) 2020-04-11 23:05:08 +07:00
Sergey M․
2f19835726
[thisoldhouse] Improve video id extraction (closes #24549) 2020-04-11 20:07:37 +07:00
AndrewMBL
533f3e3557
[thisoldhouse] Fix video id extraction (closes #24548)
Added support for:
with of without "www."
and either  ".chorus.build" or ".com"

It now validated correctly on older URL's
```
<iframe src="https://thisoldhouse.chorus.build/videos/zype/5e33baec27d2e50001d5f52f
```
and newer ones
```
<iframe src="https://www.thisoldhouse.com/videos/zype/5e2b70e95216cc0001615120
```
2020-04-11 20:07:32 +07:00
relrelb
ce352893c5 Remove empty line 2020-04-10 16:25:16 +03:00
relrelb
0b1814211b Merge remote-tracking branch 'origin/master' into makotv 2020-04-10 16:18:03 +03:00
Sergey M․
75294a5ed0
[soundcloud] Improve AAC format extraction (closes #19173, closes #24708) 2020-04-10 17:26:03 +07:00
tom
b9e5f87291
[soundcloud] Extract AAC format 2020-04-10 17:25:04 +07:00
Sergey M․
6b09401b0b
[youtube] Skip broken multifeed videos (closes #24711) 2020-04-09 22:42:43 +07:00
thezero
0d4e58840b [vzaar] fix hls downloader key_url 2020-04-09 01:22:25 +02:00
thezero
511ad55d78 [sproutvideo] improve HLS download, fix video detection 2020-04-09 01:09:00 +02:00
Sergey M․
5caf88ccb4
[nova:embed] Fix extraction (closes #24700) 2020-04-09 03:52:29 +07:00
thezero
c956f4a736 [sproutvideo] Download multiple video in a single webpage 2020-04-08 22:09:10 +02:00
thezero
36071a8d06 [sproutvideo] Fix extractor 2020-04-08 22:09:06 +02:00
thezero
662087e491 [sproutvideo] Add new extractor (closes #7935) 2020-04-08 22:06:29 +02:00
Sergey M․
dcc8522fdb
[motherless] Fix extraction (closes #24699) 2020-04-09 02:14:49 +07:00
Lyz
858f0386f2
Change episode_id possition 2020-04-07 21:28:53 +02:00
Lyz
6541969d25
Fix merge request changes 2020-04-07 21:27:53 +02:00
Lyz
5cdb5b2842
Update BandcampUser extractor to match the webpage changes 2020-04-07 20:46:15 +02:00
Lyz
d897244f05
trigger CI 2020-04-07 19:22:34 +02:00
Lyz
9e4764faac
Convert video_id from int to string 2020-04-07 19:22:34 +02:00
Lyz
61c6d221e9
Fix regular expression 2020-04-07 19:22:34 +02:00
Lyz
895f5e8b04
Added ie for tracks 2020-04-07 19:22:33 +02:00
Lyz
faf074154a
* Rewrite extraction logic
* Fix errors
2020-04-07 19:22:33 +02:00
Lyz
055b42542c
Switched from format to % 2020-04-07 19:22:32 +02:00
Lyz
dcace8017d
Captured album element with album 2020-04-07 19:22:32 +02:00