Yen Chi Hsuan
a5cf17989b
[MDR] Relax _VALID_URL and playerURL matching and update _TESTS
...
Ref: #12169
2017-02-26 17:24:54 +08:00
Balasankar C
fa475857f0
Add post processor to move after completion
2017-02-26 12:48:29 +05:30
Alex Seiler
b032095695
[cda] Decode url ( fixes #12255 )
2017-02-25 22:07:20 +01:00
Sergey M․
b3aec47665
[tvigle] Raise GeoRestrictedError
2017-02-25 23:27:45 +07:00
Yen Chi Hsuan
9d0c08a02c
[vevo] Fix videos with the new streams/streamsV3 format ( closes #11719 )
2017-02-26 00:15:49 +08:00
Sergey M․
e498758b9c
[freshlive] Fix issues and improve ( closes #12175 )
2017-02-25 22:56:42 +07:00
Ricardo Constantino
5fc8d89361
[freshlive] Add extractor
2017-02-25 22:55:17 +07:00
Pratyush Singh
d374d943f3
[downloader/common] Limit displaying 2 digits after decimal point in sleep interval message
2017-02-25 20:59:04 +07:00
Sergey M․
103f8c8d36
[xhamster] Capture and output videoClosed error ( #12263 )
2017-02-25 20:38:21 +07:00
Sergey M․
922ab7840b
[etonline] Add extractor ( closes #12236 )
2017-02-25 20:16:40 +07:00
Sergey M․
831217291a
[compat] Use try except for compat_numeric_types
2017-02-25 19:44:50 +07:00
Yen Chi Hsuan
db182c63fb
[njpwworld] Add new extractor ( closes #11561 )
2017-02-25 18:44:39 +08:00
Yen Chi Hsuan
eeb0a95684
[extractor/common] Add 'preference' to _parse_html5_media_entries
...
Some websites, like NJPWorld, put different qualities on different
player pages.
2017-02-25 18:40:05 +08:00
Sergey M․
231bcd0b6b
[amcnetworks] Relax _VALID_URL ( #12127 )
2017-02-25 02:51:53 +07:00
Sergey M․
204efc8509
release 2017.02.24.1
2017.02.24.1
2017-02-24 21:59:39 +07:00
Sergey M․
5d3a51e1b9
[ChangeLog] Actualize
2017-02-24 21:57:39 +07:00
Sergey M․
ad3033037c
[noco] Modernize
2017-02-24 21:51:56 +07:00
Sergey M․
f3bc281239
[noco] Swtich login URL to https ( closes #12246 )
2017-02-24 21:48:34 +07:00
Sergey M․
441d7a32e5
[thescene] Extract more metadata
2017-02-24 21:22:29 +07:00
Thomas Christlieb
51ed496307
[thescene] Fix extraction ( closes #12235 )
2017-02-24 22:08:45 +08:00
Remita Amine
68f17a9c2d
[tubitv] use geo bypass mechanism
2017-02-24 12:27:56 +01:00
Remita Amine
39e7277ed1
[openload] fix extraction( closes #10408 )
2017-02-24 11:21:58 +01:00
Thomas Christlieb
017b667a45
Fixed Extraction
2017-02-24 09:53:42 +01:00
Irfan Charania
d553c324dd
Tune.pk Add new extractor
2017-02-23 20:56:57 -08:00
Sergey M․
42dcdbe11c
[ivi] Raise GeoRestrictedError
2017-02-24 10:54:39 +07:00
Sergey M․
6b097cff27
release 2017.02.24
2017.02.24
2017-02-24 06:09:15 +07:00
Sergey M․
f2f7961820
[ChangeLog] Actualize
2017-02-24 06:07:41 +07:00
Sergey M․
be5df5ee31
Suppress help for all deprecated options and print warning when used
2017-02-24 06:04:27 +07:00
SANGERA2
3e2601dfe8
Addition to help for max-filesize in Options.py
...
Added to the text outputted to the command-line in the help parameter for --min-filesize to match the addition I made in the README.md file with additional advice regarding the use of the min-filesize to try to filter for longer/larger videos.
2017-02-23 22:40:05 +00:00
SANGERA2
2bc886ea05
Addition to README.md
...
Added advice to line 135 regarding not using min-filesize to try and download longer videos only based on their file-size. It will select just the long videos to download and will download the video track, then it will not download the audio track as it's too small and you end up with an un-merged file. Using duration in match-filter works fine however.
2017-02-23 22:25:30 +00:00
Sergey M․
f2980fddeb
[lynda:course] Add webpage extraction fallback ( closes #12238 )
2017-02-24 05:01:31 +07:00
Sergey M․
0f57447de7
[postprocessor/ffmpeg] Add mising space ( closes #12232 )
2017-02-24 04:56:58 +07:00
Sergey M․
19f3821821
[devscripts/make_lazy_extractors] Fix making lazy extractors on python 3 under Windows
2017-02-24 02:09:51 +07:00
Remita Amine
8e1409fd80
[go] sign all uplynk urls and use geo bypass only for free videos( closes #12087 )( closes #12210 )
2017-02-23 18:42:06 +01:00
Sergey M․
050f143c12
[README.md] Clarify sequence types in output template and document numeric string formatting operations
2017-02-23 23:00:13 +07:00
Sergey M․
fafc2bf5a9
[options] Deprecate --autonumber-size
2017-02-23 22:11:16 +07:00
Sergey M․
b3175982c3
[YoutubeDL] Add more numeric fields for NA substitution in outtmpl
2017-02-23 22:01:57 +07:00
Sergey M․
89db639dfe
[YoutubeDL] Rewrite outtmpl for playlist_index and autonumber for backward compatibility
2017-02-23 22:01:09 +07:00
Sergey M․
d0d9ade486
[YoutubeDL] Add support for string formatting operations in output template
2017-02-23 22:57:53 +08:00
Sergey M․
28572a1a0b
[compat] Add compat_numeric_types
2017-02-23 22:57:53 +08:00
Sergey M․
0f3d41b44d
[devscripts/run_tests] Exclude youtube lists tests from core build
2017-02-23 19:48:54 +07:00
Sergey M․
d5fd9a3be3
[skylinewebcams] Add extractor ( closes #12221 )
2017-02-23 18:45:38 +07:00
Sergey M․
ada77fa544
[instagram] Add support for multi video posts ( closes #12226 )
2017-02-23 18:02:04 +07:00
Remita Amine
9e03aa75c7
[crunchyroll] extract playlist entries ids
2017-02-23 11:57:18 +01:00
Remita Amine
30eaa3a702
[mgtv] fix extraction
2017-02-23 11:57:05 +01:00
Remita Amine
c59f703610
[sohu] raise GeoRestrictedError
2017-02-23 11:56:55 +01:00
Remita Amine
bc61c80c14
[leeco] raise GeoRestrictedError and use geo bypass mechanism
2017-02-23 11:56:45 +01:00
Sergey M․
345b24538b
release 2017.02.22
2017.02.22
2017-02-22 23:50:42 +07:00
Sergey M․
63a29b6118
[ChangeLog] Actualize
2017-02-22 23:45:01 +07:00
Yen Chi Hsuan
b5869560a4
[crunchyroll] Fix descriptions with double quotes ( closes #12124 )
2017-02-23 00:08:45 +08:00