29575 Commits

Author SHA1 Message Date
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
Lyz
6c73c2b145
Add BandcampWeeklyIE and BandcampIE to BandcampUser suitable method 2020-04-07 19:22:32 +02:00
Lyz
dcec01dc12
Add suitable method for BandcampUser 2020-04-07 19:22:31 +02:00
Lyz
39506ecd2c
Removed test if no albums exist 2020-04-07 19:22:31 +02:00
Lyz
09066bec55
Added _match_id 2020-04-07 19:22:31 +02:00
Lyz
e7bbe73f9d
Capture non-greedy the album elements 2020-04-07 19:22:30 +02:00
Lyz
10db6fba80
Switch from .format to % 2020-04-07 19:22:30 +02:00
Lyz
2d77ca611e
Remove trailing $ in VALID_URL 2020-04-07 19:22:30 +02:00
Lyz
e3e622310d
Fix BandcampAlbum _VALID_URL regexp 2020-04-07 19:22:29 +02:00
Lyz
def281bfdd
Correct BandcampUserIE regexp 2020-04-07 19:22:29 +02:00
Lyz
1782b39a08
Merge master 2020-04-07 19:22:29 +02:00
Felix Stupp
c9595ee780
[twitch:clips] Extend _VALID_URL (closes #24290) (#24642) 2020-04-07 23:21:25 +07:00
Sergey M․
91bd3bd019
[tv4] Fix ISM formats extraction (closes #24667) 2020-04-07 22:56:06 +07:00