26186 Commits

Author SHA1 Message Date
John Hawkinson
6899b1d9e8 [Generic] Update test 69 (suffolk/sjc)
suffolk.edu/sjc => suffolk.edu/sjc/live.php

Unfortunately it only transmits video a few mornings per month, so
leaving the 'skip' is probably appropriate. Updating the 'skip- to
include the calendar information though.
2017-11-24 21:39:55 +08:00
John Hawkinson
939be9adfe [JWPlatform] Support iframes
Support content.jwplatform... src attributes inside <iframe> tags in
addition to <script> tags. Just a regexp change.

Add a test (currently Generic_72).
2017-11-24 21:39:55 +08:00
John Hawkinson
93c9695815 [Generic] ie_key in JWPlatform test 72 2017-11-24 08:12:54 -05:00
John Hawkinson
b48f220ebe [JWPlatform] Use non-capturing group in RE
Per @yan12125.
2017-11-24 08:12:49 -05:00
enigmaquip
2afa3d8de2 [FranceTV] Fix video url regex for Culturebox 2017-11-22 23:31:08 -07:00
enigmaquip
2688664762 [culturebox] Fix extraction (closes #14827) 2017-11-23 06:39:11 +07:00
Patrick Jattke
5463f0abd4 [vidlii] Fixed suggestions for new extractor (see pull request for issue #14779)
- improved regular expressions
- implemented use of helper functions js_to_json, unified_strdate
2017-11-22 20:35:02 +01:00
John Hawkinson
578ccace6e [Generic] Update test 69 (suffolk/sjc)
suffolk.edu/sjc => suffolk.edu/sjc/live.php

Unfortunately it only transmits video a few mornings per month, so
leaving the 'skip' is probably appropriate. Updating the 'skip- to
include the calendar information though.
2017-11-22 11:56:47 -05:00
John Hawkinson
70da1b0abc [JWPlatform] Support iframes
Support content.jwplatform... src attributes inside <iframe> tags in
addition to <script> tags. Just a regexp change.

Add a test (currently Generic_72).
2017-11-22 11:47:02 -05:00
Yen Chi Hsuan
8f63941104 [youku] Fix extraction; update ccode (closes #14815) 2017-11-22 22:49:48 +08:00
danik
91e314d099 Support [www.]openload.link URLs in the Openload extractor and make the extractor pass flake8; removed TypeError catch 2017-11-22 15:32:45 +01:00
Patrick Jattke
0d3ea70cf3 [vidlii] Fixed suggestions for new extractor (see pull request for issue #14779) 2017-11-22 13:44:08 +01:00
danik
8479ca10b4 Support [www.]openload.link URLs in the Openload extractor and make the extractor pass flake8; added match-only test for the new URL format 2017-11-22 13:33:43 +01:00
Gabor Miklos
f8d9f1cd07 [slutload] Support mobile site 2017-11-20 13:27:52 +02:00
Gabor Miklos
04fbacfe9a Removed XHamsterMobileIE, modified XHamsterIE instead 2017-11-20 13:09:15 +02:00
d2au
f5b51eaecf [abc.net.au:iview] stop trying f4m 2017-11-20 13:40:39 +10:30
d2au
58baa2935d [abc.net.au:iview] python3 fix 2017-11-20 12:21:25 +10:30
catlover999
4e8f87003c
Added support for Collections on South Park websites 2017-11-19 22:05:41 +01:00
Paul Fertser
18bf4600d3 [extractor/youtube] Fix likes/dislikes extraction 2017-11-19 20:37:29 +03:00
Remita Amine
a9efdf3d4a [livestream] make smil extraction non fatal(fixes #14792) 2017-11-19 12:59:31 +01:00
J. Randall Owens
b3b8237cfd Merge branch 'master' of https://github.com/rg3/youtube-dl 2017-11-18 19:33:21 +00:00
Sergey M․
f610dbb05f
[extractor/common] Use final URL when dumping request (closes #14769) 2017-11-18 19:04:56 +07:00
d2au
1bd6474022 [abc.net.au:iview] use metered hls urls #14711
ABC dropped unmetering, so change to metered hls urls which
require auth.
2017-11-18 05:51:36 +10:30
Gabor Miklos
d75767a0e6 [xhamster] Added support for mobile site; fixed thumbnails and tests 2017-11-17 16:44:04 +02:00
Patrick Jattke
4a79e5ce79 [vidlii] Add new extractor. See issue #14472 2017-11-17 11:25:31 +01:00
Patrick Jattke
68aff22f47 [vidlii] Add new extractor, see #14472 2017-11-17 11:20:31 +01:00
Patrick Jattke
a334c0cbd0 [vidlii] Add new extractor 2017-11-17 11:10:58 +01:00
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