Sergey M․
566fbbaefd
[rmcdecouverte] Improve ( closes #12937 )
2017-05-06 17:56:10 +07:00
midas02
74c09c852a
[rmcdecouverte] Fix extraction
2017-05-06 17:56:10 +07:00
Remita Amine
fd178b8748
[theplatform] extract chapters
2017-05-06 07:19:07 +01:00
iamevn
feff838741
flake8 compliant, allow non-essential uploader field to be None, fallback to video_id as title (current behavior with generic exractor), make filesize int_or_none
2017-05-06 02:17:17 -04:00
Sergey M․
a57a8e9918
[test_youtube_chapters] Add coding cookie
2017-05-06 05:30:56 +07:00
g00dy22
c62005aefb
[VideoIUA] Add new extractor
2017-05-06 01:28:45 +03:00
g00dy22
e16a6150ea
[VideoIUA] Add new extractor
2017-05-06 01:05:46 +03:00
Tithen-Firion
1f9fefe7f5
[crackle] Update test
2017-05-06 03:39:14 +07:00
Luca Steeb
8b4774dcac
[bandcamp] Fix thumbnail extraction
2017-05-06 03:35:42 +07:00
Sergey M
8040fa3f06
Update bandcamp.py
2017-05-06 03:34:49 +07:00
Jiri Palecek
e8222af8cd
[ceskatelevize] Support for live video streams of the 2017 IIHF World Ice Hockey Championship
...
To get the streams use URL http://mshokej.ceskatelevize.cz .
NOTE: This is without tests (so far), because I don't know how to
make tests of something that changes in the course of hours.
2017-05-05 22:30:49 +02:00
Sergey M․
a99cc4ca16
[pornhub] Extend _VALID_URL ( closes #12996 )
2017-05-06 02:46:37 +07:00
Sergey M․
9cafc3fd8b
[youtube] Extract chapters
2017-05-06 02:27:06 +07:00
Sergey M․
329e3dd5ad
[nrk] Extract chapters
2017-05-05 22:59:15 +07:00
Remita Amine
1d9e0a4f40
[vice] update tests and add support for ooyala embeds in article pages
2017-05-05 16:13:12 +01:00
Sergey M․
7ad53cb7ff
[laola1tv] PEP 8
2017-05-05 21:59:23 +07:00
Yen Chi Hsuan
b2ad479d17
[utils] Fix multipart_encode for Python < 3.5
2017-05-05 20:51:59 +08:00
Yen Chi Hsuan
4ac6dc3732
[vice] Support Vice articles ( closes #12968 )
2017-05-05 20:26:51 +08:00
Jiri Palecek
3faf928475
[ceskatelevize] fix a small error in error handling code
...
Duh. InfoExtractor._report_warning isn't a thing.
2017-05-05 14:21:00 +02:00
Yen Chi Hsuan
cc7bda4fff
[vice] Fix extraction for non en_us videos ( closes #12967 )
2017-05-05 20:01:02 +08:00
Yen Chi Hsuan
50ad078b7b
[gdcvault] Fix extraction for videos with gdc-player.html
...
Closes #12733
2017-05-05 15:13:40 +08:00
iamevn
be9e638683
cleaned up, added fallbacks
2017-05-05 00:42:22 -04:00
Jiri Palecek
4bdf3c4066
Actually implement getting videos on mshokej.ceskatelevize...
2017-05-05 05:00:32 +02:00
iamevn
957a681148
formats sorted
2017-05-04 22:59:11 -04:00
iamevn
3810bcdd0a
inital attempt at adding full30 support
2017-05-04 22:41:01 -04:00
Jiri Palecek
e2603c57e7
[ceskatelevize] fix error with Python 2.6
2017-05-05 01:03:23 +02:00
Jiri Palecek
b853edb7d9
[ceskatelevize] Extend the extractor for ceskatelevize.cz
...
Download videos from:
- articles on the news site (http://ceskatelevize.cz/ct24 )
- sports articles
- sports videos and live videos, incl. streams exlcusive for the internet
2017-05-04 23:46:00 +02:00
Sergey M․
4947f13cd0
[pbs] Improve multipart video support ( closes #12981 )
2017-05-04 22:42:49 +07:00
Sergey M․
7f09e523e8
[laola1tv:embed] Fix tests
2017-05-04 22:41:47 +07:00
Remita Amine
4fe14732a2
[laola1tv] fix extraction( closes #12880 )
2017-05-04 16:07:08 +01:00
Remita Amine
ff6f9a6704
[extractor/common] fix typo in _extract_akamai_formats
2017-05-04 16:07:08 +01:00
Tithen-Firion
c89267d31a
Merge branch 'master' into openload-phantomjs-method
2017-05-04 11:00:06 +02:00
Yen Chi Hsuan
0c26548601
[cda] Implement birthday verification ( closes #12789 )
2017-05-04 16:26:17 +08:00
Luca Steeb
b89b54e392
[bandcamp] fix thumbnail extraction
2017-05-03 22:24:34 +02:00
Yen Chi Hsuan
5401bea27f
[leeco] Fix extraction ( closes #12974 )
...
Seems on mobile devices a similar API is used, but I always get an AD
with mimicking that API.
2017-05-04 03:18:56 +08:00
Rob Cortez
116a8f9c4f
[Esquire] Add new extractor
2017-05-03 09:46:24 -04:00
mrBliss
4bfab77878
[vier] Add test for video requiring authentication
2017-05-03 09:44:34 +02:00
remitamine
7a6d33a9a5
[pbs] extract chapters information
2017-05-02 20:41:48 +01:00
remitamine
fa2a36d9bc
[ffmpeg] add support for chapters field postprocessing
2017-05-02 20:41:48 +01:00
remitamine
55949fede6
[common] introduce chapters field
2017-05-02 20:41:48 +01:00
Timendum
9c9f563477
[mediaset] Add new extractor
2017-05-02 16:17:15 +02:00
Remita Amine
7fc875195f
[amp] imporove thumbnail and subtitle extraction
2017-05-02 00:06:58 +01:00
Tithen-Firion
c6fe5a7e12
[douyutv] Update test
2017-05-02 03:45:27 +08:00
FDMX2
6d6bacc5a2
[novamov] added direct extraction method
2017-05-01 21:45:25 +02:00
Tithen-Firion
ba81754559
[douyutv] Update test
2017-05-01 21:29:34 +02:00
Tithen-Firion
ae21d2fd94
[dotsub] Update test
2017-05-02 02:56:44 +08:00
Tithen-Firion
3ef6ad373b
[dotsub] Update test
2017-05-01 20:51:51 +02:00
Tithen-Firion
77481f1386
[democracynow] Update test
2017-05-02 01:38:31 +07:00
Tithen-Firion
d86d169dd5
[dailymotion] Add working test
2017-05-02 01:37:23 +07:00
midas02
0311562081
No need for a html_search - fixed typo in the test
2017-05-01 20:32:47 +02:00