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
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