26186 Commits

Author SHA1 Message Date
Sergey M․
9e3682d555
[MANIFEST.in] Include all test data in PyPI package 2017-12-22 23:53:27 +07:00
Sergey M․
3e191da6d9
[Makefile] Add AUTHORS to youtube-dl.tar.gz 2017-12-22 23:46:08 +07:00
Sergey M․
963d237d26
Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054) 2017-12-22 23:38:16 +07:00
Ondřej Caletka
2f94a30eea
[playtvak] Add new live stream test
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2017-12-22 11:16:14 +01:00
Ondřej Caletka
621d808390 Revert "[playtvak] Test different SlowTV stream"
This reverts commit cbaa42c30516ecc19fe6154e35104931b82e1e06.
2017-12-22 11:07:04 +01:00
Tristan Huang
1edadb614b
Update tests 2017-12-22 18:01:54 +08:00
Tristan Huang
0c71687082
[bilibili] Update payload
Support full HD quality.
2017-12-21 17:55:05 +08:00
Hier631
01ed6b89e5
Updated fix for Heise extractor 2017-12-20 21:51:41 +01:00
Hier631
f64318ab19
Updated fix for Heise extractor 2017-12-20 21:49:12 +01:00
Hier631
4b1aead092
Updated fix for Heise extractor 2017-12-20 21:44:53 +01:00
Tristan Huang
d113681bd5
[bilibili] Update payload 2017-12-21 03:09:52 +08:00
Sergey M․
d2d766bc6d
[animeondemand] Fix typo 2017-12-20 23:18:14 +07:00
Ondřej Caletka
55778f261d
[playtvak] Avoid scary warning for videos without description
Live video feeds do not have any description - see the second test.

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2017-12-20 13:59:45 +01:00
Ondřej Caletka
cbaa42c305
[playtvak] Test different SlowTV stream
Planespotting SlowTV stream webpage contains some commented-out HTML
code which caused false positive test results.

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2017-12-20 13:59:28 +01:00
Ondřej Caletka
9631f9e199
[playtvak] Fix tests
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2017-12-20 13:22:32 +01:00
Ondřej Caletka
d2321c0f4f [playtvak] Fix video regex 2017-12-20 13:21:48 +01:00
Kevin Mark
935b195704 [Panopto] More resilient folder regex 2017-12-20 06:24:05 -05:00
Kevin Mark
56a8efd5de [Panopto] Fix all tests 2017-12-20 06:09:37 -05:00
Kevin Mark
3182fbb3be Allow entire file to match or first 10241 bytes 2017-12-20 04:42:47 -05:00
Ondřej Caletka
956d75b6ce [common] indicate DASH container in _parse_mpd_formats function
This fixes issue #3681 and other similar for non-YouTube video sites
that use MPEG-DASH.

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
2017-12-19 21:21:11 +01:00
Hier631
7420fc5230
Updated fix for Heise extractor 2017-12-19 21:07:20 +01:00
Hier631
182e2c602d
Updated fix for Heise extractor 2017-12-19 20:14:14 +01:00
Hier631
1b07a645e8
Updated fix for Heise extractor 2017-12-19 19:45:30 +01:00
Hier631
6f07731841
Updated fix for Heise extractor 2017-12-19 19:33:35 +01:00
Sergey M․
17c3aced5d
[animeondemand] Relax login error regex 2017-12-19 22:53:04 +07:00
Hier631
7d4dd5dfad
Updated fix for Heise extractor 2017-12-19 16:37:36 +01:00
Petr Novak
e0f78d00e0 [seznamzpravy] A bit shorter duration+tbr extraction 2017-12-19 16:15:24 +01:00
Hier631
117ed449a4
Updated fix for Heise extractor 2017-12-19 15:47:55 +01:00
Ondřej Caletka
0b74f2f934 [seznamzpravy] Add more metadata for SDN streams 2017-12-19 14:07:06 +01:00
Petr Novak 2
d4be9c663e Merge remote-tracking branch 'upstream/master' 2017-12-19 12:05:47 +01:00
Ricardo Reis
1d3374c840
Remove unused import which was causing the build to fail 2017-12-19 10:14:39 +00:00
Remita Amine
78466fcab5 [shahid] add support for show pages(closes #7401) 2017-12-19 02:00:38 +01:00
Ricardo Reis
abce2f8175 [vsports] Add new extractor 2017-12-18 23:56:27 +00:00
Leonardo Taccari
b8a3cba8f9 [internazionale] Try to address some changes requested by @dstftw
- Use `md5:...' instead of provide a long description in info_dict and
  only keep one test.
- Directly search for `data-job-id' and `data-video-path' attributes.
- Extract m3u8 and mpd via _extract_m3u8_formats() and _extract_mpd_formats()

TODO: Figure out why `python test/test_download.py TestDownload.test_Internazionale`
TODO: with a DownloadError and `ERROR: requested format not available'.

TODO: For m3u8 `youtube_dl -F' on a Internazionale URL indicate as extension
TODO: `m3u8' instead of mp4, is this correct?
2017-12-18 22:12:43 +01:00
Sergey M․
3961c6cb9d
[YoutubeDL] Add support for playlist_uploader and playlist_uploader_id in output template (closes #11427, #15018) 2017-12-19 03:53:44 +07:00
Sergey M․
07aeced68e
[youtube] Extract uploader, uploader_id and uploader_url for playlists (#11427, #15018) 2017-12-19 03:51:28 +07:00
Sergey M․
c10c93238e
[extractor/common] Introduce uploader, uploader_id and uploader_url meta fields for playlists (#11427, #15018) 2017-12-19 03:51:03 +07:00
Petr Novak
7999450ae9 [seznamzpravy] Fixes per dstftw 2017-12-18 20:10:42 +01:00
Sergey M․
4a109f81bc
[afreecatv] Improve format extraction (closes #15019) 2017-12-19 00:38:39 +07:00
Hier631
2c4b855795
Fix for Heise extractor 2017-12-18 14:47:45 +01:00
Sergey M․
99081da90c
[downloader/fragment] Encode filename of fragment being removed (closes #15020) 2017-12-18 03:31:53 +07:00
Remita Amine
7e81010987 [cspan] add support for audio only pages and catch page errors(closes #14995) 2017-12-17 19:15:59 +01:00
Sergey M․
549bb416f5
[mailru] Fix issues and improve (closes #14904) 2017-12-17 18:38:27 +07:00
Hongjie Dong
25475dfab3
[mailru] Add support for embed URLs 2017-12-17 18:37:03 +07:00
Golenitskii K
f044e0d631 [goodgame] Fix format preference, Source by default 2017-12-17 14:35:54 +03:00
Remita Amine
3dfa9ec213 [crunchyroll] Future-proof XML element checks(closes #15013) 2017-12-17 09:15:44 +01:00
zurfyx
79826a5ed9
[atresplayer] Support to Manifest object URL 2017-12-16 20:44:08 +01:00
Sergey M․
06dbcd7be4
[cbslocal] Fix timestamp extraction (closes #14999, closes #15000) 2017-12-16 21:57:30 +07:00
Sergey M․
b555ae9bf1
[utils] Add another date format pattern (#14999) 2017-12-16 21:56:16 +07:00
Remita Amine
c402e7f3a0 [discoverygo] correct ttml subtitle extension 2017-12-16 12:55:44 +01:00