23570 Commits

Author SHA1 Message Date
Sergey M․
e60166020b
[ChangeLog] Actualize 2017-01-08 20:56:38 +07:00
Sergey M․
364131584b
[hitrecord] Improve (closes #11626) 2017-01-08 20:17:18 +07:00
J
553c68bbd9
[hitrecord] Add extractor 2017-01-08 20:17:18 +07:00
David Manouchehri
47da6b441d geom will starting downloading the video from the beginning, so you can start watching before it's finished.
enable-http-pipelining helps reduce the amount of reconnections when using this algorithm.
2017-01-07 21:46:10 -05:00
Grzechooo
7838764d7b [youtube:playlist] Fix 'this playlist doesn't exist/is private' error not working (#11604) 2017-01-08 01:25:55 +01:00
J
4301028f20 [hitrecord] Add new extractor 2017-01-08 00:03:38 +01:00
sh!zeeg
45372b7e7b [Freesound] requested fixes 2017-01-07 23:56:53 +03:00
manishahluwalia
9fcdbf18c6 Add instructions for using docker container
I've created a docker container with dependencies. This change adds a pointer to the container with a template example for how to use it.
2017-01-07 11:28:36 -07:00
sh!zeeg
10586356db [BeamPro] requested fixes 2017-01-07 21:08:55 +03:00
flatt3rn
b6a91ea750 Error Prevention and Different Qualitys
Added some error preventions and an autoselection for the best quality, thats avaible
2017-01-07 15:15:26 +01:00
Remita Amine
827961b122 [videott] remove extractor 2017-01-07 14:47:36 +01:00
Remita Amine
a5eefc492b [swrmediathek] skip tests correctly 2017-01-06 15:09:10 +01:00
Remita Amine
a9cd1691b2 [swrmediathek] improve extraction 2017-01-06 15:06:08 +01:00
Remita Amine
2365f94412 [sharesix] remove extractor 2017-01-06 13:56:58 +01:00
Remita Amine
32b7c2a57e [aol] remove AolFeaturesIE 2017-01-06 12:10:47 +01:00
Remita Amine
221ce32529 [break] merge BreakIE and ScreenJunkiesIE 2017-01-06 11:25:48 +01:00
Remita Amine
e5dfdc8164 [sendtonews] improve info extraction 2017-01-06 11:23:43 +01:00
Remita Amine
a814da3f62 [skynews] update test 2017-01-06 11:22:35 +01:00
Sergey M․
b2727d0bee
[3sat,phoenix] Fix extraction (closes #11619) 2017-01-06 17:13:53 +07:00
Philipp Hagemeister
dbaf601646 [comedycentral/mtv] Add support for HLS videos (fixes #11600)
Currently, the HTTP files of the RTMP urls are not present for the The Daily Show.
Use HLS instead for now.
2017-01-05 22:36:07 +01:00
Sergey M․
a9ee260217
[README.md] Mention --config-location in configuration section (#11615) 2017-01-06 02:45:45 +07:00
sh!zeeg
78a4610533 [StreamMe] handle empty archives properly. Some more checks added 2017-01-05 20:30:27 +03:00
Yen Chi Hsuan
1219201143
[ChangeLog] Update after #11581
[ci skip]
2017-01-06 01:07:30 +08:00
Yen Chi Hsuan
ec85ded83c
Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
Rabin Vincent
3d315e6c7a [elib] Add extractor 2017-01-05 14:38:30 +01:00
Rabin Vincent
a6745124f9 [downloader/external] Support MP3 hls in FFmpegFD
FFmpegFD forces mpegts or mp4 for m3u8 streams, but if the stream is MP3
we should keep use that format.
2017-01-05 14:38:30 +01:00
Yen Chi Hsuan
133a2e3383 Fix "invalid escape sequences" error on Python 3.6 2017-01-05 19:26:04 +08:00
Yen Chi Hsuan
24d8a75982
[discoverygo] Fix JSON data parsing
HTMLParser, which is used by extract_attributes, already unescapes
attribute values with HTMLParser.unescape. They shouldn't be unescaped
again, to there may be parsing errors.

Ref: #11219, #11522
2017-01-05 18:50:34 +08:00
sh!zeeg
e3acd5406f [Freesound] extended and fix "title" extraction closes #11602 2017-01-05 04:52:42 +03:00
Sergey M․
7232bb299b
release 2017.01.05 2017.01.05 2017-01-05 04:10:15 +07:00
Sergey M․
2b12e34076
[ChangeLog] Actualize 2017-01-05 04:07:32 +07:00
Sergey M․
fb47cb5b23
[zdf] Improve (closes #11055, closes #11063) 2017-01-05 04:05:27 +07:00
Paul Hartmann
b6de53ea8a
[zdf] Fix extraction 2017-01-05 04:04:53 +07:00
sh!zeeg
ca25624b1a [StreamMe] make sure "id" and "title" always present 2017-01-04 04:43:39 +03:00
sh!zeeg
aee23eccb7 [Beam] make sure "id" and "title" are always presented 2017-01-04 04:11:45 +03:00
sh!zeeg
fbf8614584 [Beam] Add new extractor 2017-01-04 01:51:08 +03:00
Sergey M․
96d315c2be
[pornhub:playlist] Improve extraction (closes #11594) 2017-01-04 05:32:18 +07:00
Sergey M․
1911d77d28
[cctv] Add support for ncpa-classic.com (closes #11591) 2017-01-04 01:30:40 +07:00
difeng
af47470b93 [ncpaclassic] Add new extractor 2017-01-03 18:02:33 +08:00
difeng
248d456db3 [ncpaclassic] Add new extractor 2017-01-03 17:57:44 +08:00
flatt3rn
1f16d408c5 Added try clause
For the case multiple videos are passed to youtube-dl and one of them throw an error. 
This let the program go on
2017-01-03 00:05:01 +01:00
flatt3rn
ac2145ebcd Added function to init 2017-01-02 23:46:44 +01:00
flatt3rn
42e4bf72ee Added Option 2017-01-02 23:45:04 +01:00
flatt3rn
92803c6c01 [UniversalMusicService] Added to extractors.py 2017-01-02 21:27:46 +01:00
flatt3rn
74f67372b7 [UniversalMusicService] Added new Extractor 2017-01-02 21:25:54 +01:00
Sergey M․
027e231295
[tunein] Add support for embeds (closes #11579) 2017-01-03 01:45:59 +07:00
Sergey M․
7a9e066972
[cctv] Relax some video id regexes 2017-01-03 01:13:02 +07:00
sh!zeeg
fcc3b98dd4 [StreamMe] Fix "invalid escape sequences" error on Python 3.6 as in #11581 2017-01-02 21:05:33 +03:00
Sergey M․
2021b650dd
release 2017.01.02 2017.01.02 2017-01-02 23:55:04 +07:00
Sergey M․
b890caaf21
[ChangeLog] Actualize 2017-01-02 23:54:29 +07:00