27259 Commits

Author SHA1 Message Date
Patrick Jattke
b7ae646eed - Added tests for extractor vidlii
- Tested fallbacks by use of assertions
2017-11-17 11:07:24 +01:00
Manuel
7a07ca1b5a Test 2 und 3 hinzugefuegt 2017-11-17 10:00:17 +01:00
Windom
38db52adf3 [drtuber] Add support for mobile URLs 2017-11-17 01:50:07 +07:00
Windom
3192d4bc7a [spankbang] Add support for mobile URLs and fix test 2017-11-17 01:05:04 +07:00
Gabor Miklos
d5fb7e0272 [drtuber] Recognize mobile site URL 2017-11-16 19:23:11 +02:00
Gabor Miklos
39c47c71a6 [spankbang] Recognize mobile site and fixed tests 2017-11-16 19:10:41 +02:00
scil
0c78b03f28 change %d to %s in a temp str 2017-11-16 23:31:25 +08:00
scil
714abc3278 changes accoring to review by @yan12125 at github pull #14687 2017-11-16 23:23:40 +08:00
danik
cce8f4571e [openload] Support [www.]openload.link URLs and make the extractor pass flake8 2017-11-16 02:42:44 +01:00
Patrick Jattke
f6c8c65c14 - Improved extraction for Vidlii (added fallbacks, simplified RegExes)
- Added first test
2017-11-15 22:55:56 +01:00
Alexander Seiler
572292fcc4 [ellentube] Add ie to url_result 2017-11-15 18:21:52 +01:00
Alexander Seiler
6d006044bc [ellentube] Implement code review changes. 2017-11-15 18:18:31 +01:00
Sergey M․
9cbd4dda10
[instagram] Fix description, timestamp and counters extraction (closes #14755) 2017-11-15 22:14:54 +07:00
John Hawkinson
a4e49f14ef Revise per @dstftw:
1. Option name should explicitly reflect a dependency on ffmpeg in its name.
2. Description should explicitly emphasize it will only work with ffmpeg downloader.
3. -O should be removed.
4. It should be ignored completely when ffmpeg is not used as external downloader.

So therefore

Various:
. outputformat -> ffmpeg_format (and --ffmpeg-format cmdline)
YoutubeDL.py:
. xxx: prepare_filename() is run before we know the downloader. How do we address this?
downloader/external.py:
. Use temp. var force_mpegts to avoid code duplication
. Don't add -bsf:a if force_mpegts is True (oops! error from last rev)
. re-indent complex if
2017-11-15 00:17:47 -05:00
Sergey M․
33db337845
release 2017.11.15 2017-11-15 00:21:39 +07:00
Sergey M․
08e45b39e7
release 2017.11.15 2017.11.15 2017-11-15 00:15:42 +07:00
Sergey M․
fae0eb42ec
[ChangeLog] Actualize 2017-11-15 00:02:54 +07:00
Remita Amine
ea2295842f [common] skip Apple FairPlay m3u8 manifests(closes #14741) 2017-11-14 17:41:30 +01:00
Sergey M․
a2b6aba8de
[vshare] Improve extraction, fix formats sorting and carry long lines 2017-11-14 22:50:15 +07:00
Sergey M․
ff31f2d5c3
[vshare] Capture and output error message 2017-11-14 22:39:54 +07:00
Timendum
0987f2ddb2 [vshare] Fix extraction (closes #14473) 2017-11-14 22:34:45 +07:00
Sergey M
8eb18f90f2
Update vshare.py 2017-11-14 22:33:49 +07:00
John Hawkinson
a906d47bd2 Support --output-format (and -O)
Allow specifying an output format when using an external downloader,
either through --output-format or -O, in preference to the extractor's
default. This is particularly helpful as -O mkv, to allow Matroska
output from ffmpeg in cases where .mp4 isn't a great answer, such as
while trying to play during the download.
2017-11-14 01:57:04 -05:00
J. Randall Owens
2b206c30f1 Merge branch 'master' of https://github.com/rg3/youtube-dl 2017-11-13 18:53:46 +00:00
Sergey M․
5871ebac47
[YoutubeDL] Fix playlist range optimization for --playlist-items (closes #14740) 2017-11-14 01:43:20 +07:00
Remita Amine
05dee6c520 [crunchyroll] extract old rtmp formats 2017-11-13 19:15:49 +01:00
Kade
e0e6429fac
Merge pull request #3 from rg3/master
updating again.
2017-11-13 12:54:22 -05:00
J. Randall Owens
6f45cf5f7b fix os.utime() syntax
modified:   youtube_dl/postprocessor/embedthumbnail.py
2017-11-13 17:37:19 +00:00
J. Randall Owens
4b3dbbae52 fix full function name of os.path.getmtime()
modified:   youtube_dl/postprocessor/embedthumbnail.py
2017-11-13 17:22:01 +00:00
J. Randall Owens
0d89117382 set timestamp after embedthumbnail (closes #9355)
modified:   youtube_dl/postprocessor/embedthumbnail.py
2017-11-13 16:57:43 +00:00
Timendum
d5000890aa [vshare] extractor rewritten 2017-11-13 12:23:32 +01:00
Remita Amine
27adc9ec65 [tva] fix extraction(closes #14736) 2017-11-13 11:24:15 +01:00
Remita Amine
388beb86e0 [gamespot] add test for #14652 2017-11-13 10:30:12 +01:00
Remita Amine
d4e31b72b9 [gamespot] lower the preference of http formats(#14652) 2017-11-13 10:24:35 +01:00
Alexander Seiler
3f66fa4f99 [zattoo] Improve extraction of channel id 2017-11-12 18:33:31 +01:00
Alexander Seiler
dac1f63e3e [zattoo] Remove sensitive data from logging message 2017-11-12 17:25:25 +01:00
Sergey M․
5fc12b9549
[instagram:user] Fix extraction (closes #14699) 2017-11-12 18:36:18 +07:00
Aleksei Kovura
b74f9c04d4 More libsecret exceptions handling. 2017-11-12 13:25:40 +03:00
Bob Poekert
af85ce29c6 [ccma] Fix typo 2017-11-12 13:25:21 +07:00
Bob Poekert
7e196593bf thumbnails, not thumnails 2017-11-11 22:17:48 -08:00
Enigmaquip
1426441ad7 Simplify extractor 2017-11-11 16:49:00 -07:00
Alexander Seiler
f2d10584d3 [srgssr] Extract the correct video + add subtitle support (closes #14717) 2017-11-11 19:30:10 +01:00
Sergey M․
e4d9586562
Remove sensitive data from logging in messages 2017-11-11 20:52:12 +07:00
Remita Amine
79d1f8ed68 [gamespot] add support for article URLS(closes #14652) 2017-11-11 13:03:16 +01:00
Remita Amine
a5203935d6 [gamespot] skip Brightcove Once http formats(#14652) 2017-11-11 13:03:16 +01:00
gkoelln
59d2e6d04f [cartoonnetwork] Update tokenizer_src (closes #14666) 2017-11-11 04:59:48 +07:00
gkoelln
66d19f6dcb
[Cartoon Network] Update tokenizer_src
Hopefully fixes #14666
2017-11-10 15:24:21 -06:00
Alex Seiler
0c0843166d [zattoo] Add requested code review changes. 2017-11-10 20:37:09 +01:00
Aleksei Kovura
3be4a1db6b Handling additional exceptions, fixed formatting, minor edits. 2017-11-10 20:54:59 +03:00
Yen Chi Hsuan
a9543e37c8
[wsj] Recognize another URL pattern (closes #14704) 2017-11-11 00:29:08 +08:00