28997 Commits

Author SHA1 Message Date
hcwhan
81693abf34 update pandatv api 2017-11-07 17:59:09 +08:00
hcwhan
3151cd7b29 update douyutv api 2017-11-07 17:37:33 +08:00
Alex Seiler
196b0d7a36 [ellentube] Extract the correct video id 2017-11-07 01:08:05 +01:00
scil
513ec05236 format change according by flake8 2017-11-06 23:56:21 +08:00
Sergey M․
0f2f505c2f
release 2017.11.06 2017-11-06 22:43:04 +07:00
Sergey M․
f34b841b51
release 2017.11.06 2017.11.06 2017-11-06 22:39:24 +07:00
scil
a30b01348f [ximalaya_extractor] Add new extractor 2017-11-06 23:38:43 +08:00
Sergey M․
e0998333fa
[ChangeLog] Actualize 2017-11-06 22:36:46 +07:00
Aleksei Kovura
5b295effdd If password was not found in keyring - don't ask for it, just fail with error. 2017-11-06 11:12:35 +03:00
Aleksei Kovura
ce0148424a Renamed libsecret option from "--password-from-keyring" to "--keyring". 2017-11-06 10:42:07 +03:00
felix
2df8a4cb50 [mediasite] new extractor, subsumes [sandia] and [collegerama] 2017-11-05 21:17:52 +01:00
felix
7b166b7525 [common] use AACL as the default fourcc when AudioTag is 255 2017-11-05 21:17:52 +01:00
Alex Seiler
9c26cddf99 [zattoo] Don't allow conflicting _VALID_URL expressions 2017-11-05 19:00:03 +01:00
Alex Seiler
57012bbee2 [zattoo] Add information extractor (closes #14668) 2017-11-05 18:07:35 +01:00
Aleksei Kovura
a2cfa80198 First draft of libsecret support (fixed formatting). 2017-11-05 18:12:39 +03:00
Aleksei Kovura
58ab35d1cb First draft of libsecret support. 2017-11-05 17:59:23 +03:00
Sergey M․
909191de91
[hotstar:playlist] Fix issues and improve (closes #12465) 2017-11-05 19:15:40 +07:00
Alpesh Valia
477c97f86b
[hotstar:playlist] Add extractor 2017-11-05 19:15:34 +07:00
Sergey M․
6e71bbf4ab
[hotstar] Bypass geo restriction (closes #14672) 2017-11-05 16:12:56 +07:00
Alexandre L
7ec1e417ca
Allow embedding thumbnail in MKV as attachment
To fix rg3#10359, use `-attach` to embed the thumbnail as attachment.
In this version, the attached filename follow the https://matroska.org/technical/cover_art/index.html convention, as pointed in #6046.
The image dimensions are probably not going to respect the convention though, and we assume the thumbnail is in landscape orientation.
As only 2 images type seems to be recognized by the convention, they are hardcoded (mimetypes module would match on extension too).
2017-11-05 01:58:03 +01:00
Petr Novak
87c82b2b3d [test/test_download] In test we download 10000 bytes at max
Also removed workaround in seznamzpravy extractor test.
2017-11-04 23:25:16 +01:00
Petr Novak
b804f150ec Merge remote-tracking branch 'upstream/master' 2017-11-04 23:20:43 +01:00
Ondřej Žára
3979cb7d01
Merge pull request #1 from lubosan80/decko-ct
seems that they use " instead of ' in czech tv now.
2017-11-04 21:52:44 +01:00
idle sign
a099a54522 [allmovie] Add new extractor 2017-11-05 00:25:52 +07:00
Sergey M․
181e381fda
[test_InfoExtractor] Add test for #14660 2017-11-04 22:15:58 +07:00
Sergey M․
187ee66c94
[extractor/common] Add protocol for f4m formats 2017-11-04 22:11:39 +07:00
Sergey M․
48107c198b
[f4m] Prefer baseURL for relative URLs (closes #14660) 2017-11-04 22:10:55 +07:00
Lubos Vondra
a769c2aa09 seems that they use " instead of ' in czech tv now. 2017-11-03 23:12:12 +01:00
jaykbull
3a65c37d6e Add test-case for thisav.
Fix processing of empty mpd_base_url when mpd_url is present.
2017-11-03 20:57:13 +01:00
Jimbolino
cd670befc4 [22tracks] Remove extractor (closes #11024) 2017-11-02 23:48:43 +07:00
Jimbolino
6c0d711437
remove twentytwotracks from extractors.py 2017-11-02 16:54:52 +01:00
Remita Amine
44cca168cc [skysport] add support ooyala embed_token protected videos(fixes #14641) 2017-11-02 14:16:15 +01:00
Remita Amine
b0f4331002 [gamespot] extract formats referenced with new data fields(#14652) 2017-11-02 13:30:50 +01:00
Daniel Twardowski
c163d7abc0 removed leftover debugging output 2017-11-01 23:03:08 -04:00
Seth Prime
f00f965c43 Update description of proxy help in options.p to include using HTTP/HTTPS 2017-11-01 21:47:12 -03:00
Seth Prime
7d6e533fb3 Merge branch 'master' of https://github.com/rg3/youtube-dl 2017-11-01 21:33:33 -03:00
enigmaquip
ef3f9898b0
Update extractors.py 2017-11-01 16:48:01 -06:00
enigmaquip
5f223aaa07
[TeleQuebec] Add Emissions extractor 2017-11-01 16:46:12 -06:00
Sergey M․
044eeb1455
[extractor/common] Respect URL query in _extract_wowza_formats (closes #14645) 2017-11-01 23:39:26 +07:00
jaykbull
ecccfc8f8f Ignore missing attributes in MPD manifests.
Some sites, like thisav, does not include all expected attributes in
their MPD manifests.

I don't know the MPD/DASH spec at all, so I can't tell if this makes
the manifest itself non-compliant... That said, it works when played
in a browser.

By not treating this attributes as not required in code and simply
moving along when we cannot find them, we seem to be able to
successfully download videos from such sites.

This closes https://github.com/rg3/youtube-dl/issues/13784.
2017-11-01 09:44:10 +01:00
Sergey M․
8fe767e072
[spankbang] Detect unavailable videos (closes #14644) 2017-10-31 23:05:25 +07:00
Seth Prime
78ea3923fd Update commit message to remove duplicate phrasing of specifying a proper scheme 2017-10-31 12:26:38 -03:00
Tobi
e8d637759a Update doc include SOCKS proxy auth syntax 2017-10-31 12:50:38 +01:00
Seth Prime
9943866920 Merge branch 'master' of https://github.com/Inhisprime/youtube-dl 2017-10-31 08:39:16 -03:00
Seth Prime
3cd4ff0d4a Update --help documentation for SOCKS proxy to include authentication syntax 2017-10-31 08:37:19 -03:00
hcwhan
e4312bf806
Update pandatv API add auth 2017-10-31 15:40:24 +08:00
hcwhan
96efd75ad1
Update douyutv API 2017-10-31 15:34:13 +08:00
Namnamseo
f31b87e2b0 [daum] Fix numbered-clip downloads
Download for clips with url tvpot.daum.net/v/<number> were broken. This commit fixes it, and updates the expected test data.

Some other features. such as playlists, are still broken. Those should be fixed later.
2017-10-31 15:38:58 +09:00
enigmaquip
37af91308a
Update mtv.py
fixed bad spacing
2017-10-30 22:08:51 -06:00
enigmaquip
fb4cdac844
Update extractors.py 2017-10-30 22:02:15 -06:00