Mark
cae6d1950f
better
2017-04-08 22:47:54 -04:00
Sergey M․
a6f7263cf4
[chaturbate] Fix extraction ( closes #12665 )
2017-04-09 01:39:40 +07:00
Sergey M․
4372436504
release 2017.04.09
2017.04.09
2017-04-09 00:01:28 +07:00
Sergey M․
eb8cc8ea3b
[ChangeLog] Actualize
2017-04-08 23:59:17 +07:00
Sergey M․
41b263ac8a
[canvas] Add IE_DESC ( closes #12478 )
2017-04-08 22:45:45 +07:00
Sergey M․
ca8fca9d9d
[vrt] Add IE_DESC ( closes #12477 )
2017-04-08 22:44:31 +07:00
midas02
e129fa0846
[vier] Add IE_DESC
2017-04-08 22:43:29 +07:00
Sergey M․
2bd875edfe
[medici] Add extractor ( closes #3406 )
2017-04-08 22:38:37 +07:00
Steven Maude
95152630db
[rbmaradio] Add support for redbullradio.com URLs
2017-04-08 21:39:07 +07:00
Steven Maude
560fdb55c0
Use non-capturing group in URL regex
2017-04-08 15:35:22 +01:00
Sergey M․
04e431cf97
[npo:live] Improve ( closes #12555 )
2017-04-08 21:31:22 +07:00
Aldo Gunsing
1591ba258a
[npo:live] Add support for default url
2017-04-08 21:30:38 +07:00
Steven Maude
de37fea111
Update info_dict with correct metadata
...
Make the extractor test pass.
2017-04-08 15:27:07 +01:00
Steven Maude
71e3117951
Update RBMA Radio URL
...
It's been rebranded as "Red Bull Radio".
2017-04-08 15:27:07 +01:00
Sergey M․
29c6726646
[mixcloud] Fix view count extraction and modernize
2017-04-08 21:11:08 +07:00
Sergey M․
a66e25859a
[mixcloud:playlist] Relax title extraction and fix description extraction ( closes #12582 )
2017-04-08 21:04:09 +07:00
Kfir Breger
c93c0fc2fd
[mixcloud:playlist] Fix title extraction
2017-04-08 20:47:07 +07:00
Sergey M․
90e3f18fc1
[thesun] Extract playlists ( closes #11298 , closes #12674 )
2017-04-08 20:08:31 +07:00
Entropy
5f3e0b69ef
[TheSun] Add new extractor
2017-04-08 19:54:04 +07:00
Sergey M․
28b674ca23
[ceskateleveize:porady] Add extractor ( closes #7411 , closes #12645 )
2017-04-08 19:46:42 +07:00
Sergey M․
e18f1da97a
[ceskateleveize] Improve extraction and remove URL replacement hacks
2017-04-08 19:41:14 +07:00
Sergey M․
78280352ca
[kaltura] Cleanup regexes from redundant escaping
2017-04-08 16:48:27 +07:00
John Hawkinson
a01825a541
[kaltura] Add support for iframe embeds
2017-04-08 16:40:57 +07:00
John Hawkinson
a8df272cab
[Kaltura] comment; anchor RE to 'iframe'
...
Remove the example of an iframe spec from the spec page, and instead
link to it. Do so at the top of the method as it documents the
prviously two re.search()s as well.
Limit the iframe search to urls that actually appear in an <iframe
src="... rather than inside any quoted string.
2017-04-08 05:33:25 -04:00
Sergey M․
f8f2da25ab
[wshh] Extract html5 entries and delegate to generic extractor ( closes #12676 )
2017-04-08 16:01:56 +07:00
John Hawkinson
4905e589d7
[kaltura] Be rigorous on iframe
...
Per @dstftw, don't pull out just any kaltura.com iframes, make sure they
have /p/{PARTNER_ID} and &entry_id={ENTRY_ID} and return a kaltura: URL.
Go back to specifying the IE is Kaltura in url_result().
2017-04-08 04:21:52 -04:00
Yen Chi Hsuan
4c03973296
[airmozilla] Fix extraction ( closes #12670 )
2017-04-08 15:39:58 +08:00
Sergey M․
60e5016199
[test_download] Remove unused import
2017-04-08 14:19:01 +07:00
Sergey M․
c4d6fc6d65
[test_subtitles] Fix raiplay test
2017-04-08 14:11:20 +07:00
Sergey M․
1b3feca0a7
[raiplay] Extract subtitles
2017-04-08 14:11:03 +07:00
Sergey M․
80b2fdf9ac
[test_download] Match info dicts against tests before matching info file
2017-04-08 14:10:12 +07:00
John Hawkinson
3bef10a50c
[test_download] typo in comment
2017-04-08 13:07:25 +07:00
John Hawkinson
a84da06f49
[test_download] Improve diagnostic on wrong 'id'
2017-04-08 13:07:25 +07:00
John Hawkinson
07970f3ae2
[Kaltura] Skip failing Kaltura_1 test
...
Fails like so:
> /Users/jhawk/src/youtube-dl/youtube_dl/extractor/kaltura.py(266)_real_extract()
-> data_url = info['dataUrl']
(Pdb) info
{u'message': u'Entry id "0_l5ye1133" not found', u'code': u'ENTRY_ID_NOT_FOUND', u'args': {u'ENTRY_ID': u'0_l5ye1133'}, u'objectType': u'KalturaAPIException'}
Also note another URL to the same video, which might be helpful in
figuring out the right Kaltura entry ID, at least maybe?
2017-04-08 00:53:23 -04:00
John Hawkinson
3058b40146
[test_download] typo in comment
2017-04-08 00:27:52 -04:00
John Hawkinson
320775e606
[test_download] Improve diagnostic on wrong 'id'
2017-04-08 00:21:11 -04:00
John Hawkinson
ab72d14307
[kaltura] Support iframe embeds, with test
...
Note that these need to back to through the Generic extractor because
the iframe URLs may be redirects that cannot be parsed by KalturaIE
without being followed, and Generic checks for such redirects and
follows them. Hence dropping the IE from url_result().
2017-04-07 23:28:13 -04:00
Walter Dworak
31f95e9f5b
Added new regex for video url extraction
2017-04-07 19:19:45 -05:00
Entropy
2e4d23626f
[TheSun] Add new extractor
2017-04-07 21:59:32 +02:00
Mark
4f4410d68f
https://www.youtube.com/watch\?v\=jHPOzQzk9Qo
2017-04-07 12:59:05 -04:00
Sergey M․
3461f5db06
[xfileshare] Add support for vidlo.us ( closes #12660 )
2017-04-06 23:39:09 +07:00
Sergey M․
0378b8b917
[xfileshare] Add support for vidbom.com ( closes #12661 )
2017-04-06 23:38:16 +07:00
Six
634386777a
Try to obtain --ap-mso from .netrc
2017-04-05 18:26:10 -07:00
Mark
21e8ffb8c7
stuff and stuff
2017-04-05 18:19:50 -04:00
Sergey M․
7f04386b89
[aenetworks] Add more video URL regexes ( closes #12657 )
2017-04-06 02:36:48 +07:00
Paul Wise
5e700b7db9
Add a list of other FLOSS video downloaders
...
This can be useful for sites not supported by youtube-dl.
This can be useful when one site breaks and other downloaders
support it but use a different method that still works.
2017-04-05 10:49:01 +08:00
Jan Chren
a8a3c3225c
[ceskatelevize] Fix initial url replace()s
...
Fixes: https://github.com/rg3/youtube-dl/issues/7411
Test cases:
```
From: http://www.ceskatelevize.cz/porady/1126666764-toulava-kamera/217562221500004
To: http://www.ceskatelevize.cz/ivysilani/1126666764-toulava-kamera/217562221500004
From: http://www.ceskatelevize.cz/porady/1126666764-toulava-kamera/217562221500004/video/519429
To: http://www.ceskatelevize.cz/ivysilani/1126666764-toulava-kamera/217562221500004/obsah/519429
From: http://www.ceskatelevize.cz/ivysilani/1126666764-toulava-kamera/217562221500004/obsah/519429-na-bezkach-po-ceskem-raji
To: http://www.ceskatelevize.cz/ivysilani/1126666764-toulava-kamera/217562221500004/obsah/519429-na-bezkach-po-ceskem-raji
```
2017-04-04 20:27:13 +02:00
Marvin Ewald
5062ef7712
[Streamango] Add new extractor
2017-04-04 19:28:48 +02:00
Jan Hoek
b22ee9b937
Misspelled IE_NAME
2017-04-04 18:47:03 +02:00
Jan Hoek
7bf58f999d
Changed IE_NAME to hopefully prevent duplicates
2017-04-04 16:30:20 +02:00