Yen Chi Hsuan
6d210f2090
[utils] Add more codecs to codec2ext
...
BBC uses avc3. Here's an example (thanks to @remitamine for this example)
http://rdmedia.bbc.co.uk/dash/ondemand/bbb/2/client_manifest-common_init.mpd
See also https://trac.ffmpeg.org/ticket/5217
2016-03-06 17:57:48 +08:00
Yen Chi Hsuan
af7d5a63b2
[common] Document protocol http_dash_segments
2016-03-06 17:47:07 +08:00
Yen Chi Hsuan
e41acb6364
[safari] Don't pollute std_headers ( #8778 )
2016-03-06 17:38:39 +08:00
Philipp Hagemeister
bdf7f13954
release 2016.03.06
2016-03-06 10:08:02 +01:00
Yen Chi Hsuan
0f56a4b443
[vimeo] Don't pollute std_headers
...
Fixes #8778
2016-03-06 17:01:05 +08:00
Sergey M․
1b5284b13f
[downloader/fragment] Make speed more smooth
...
At the beginning of every segment there was a drop to Unknown speed due to timeslice being too small to calculate speed.
Now last speed from the previous fragment is used.
2016-03-06 05:36:52 +06:00
Sergey M․
d1e4a464cd
[YoutubeDL] Carry long lines and improve readability
2016-03-06 04:32:18 +06:00
Sergey M․
ff059017c0
[YoutubeDL] Fix typo in m3u8_native fixup
2016-03-06 04:30:19 +06:00
remitamine
f22ba4bd60
update tests related to the change in youtube http format sorting
...
the change was done in 82156fdbf0
2016-03-05 21:52:24 +01:00
remitamine
1db772673e
[cinemassacre] update tests
2016-03-05 21:34:34 +01:00
remitamine
75313f2baa
[cnet] fix info extraction
2016-03-05 21:10:00 +01:00
remitamine
090eb8e25f
Merge pull request #8718 from remitamine/m3u8-fixup
...
Add fixup for media files produced by HlsNative downloader(fixes #4776 )
2016-03-05 18:37:28 +01:00
remitamine
a9793f58a1
Merge pull request #8754 from remitamine/5min
...
update 5min related web sites info extraction and add support for Aol features.
2016-03-05 18:35:48 +01:00
remitamine
7177fd24f8
[vgtv] support ap.vgtv.no and fix old videos extraction( fixes #8719 )
2016-03-05 17:51:46 +01:00
Sergey M․
1e501f6c40
[jeuxvideo] Fix config URL extraction ( Closes #8774 )
2016-03-05 21:01:43 +06:00
remitamine
2629a3802c
[revison3] fix video_id for --download-archive
2016-03-05 15:42:15 +01:00
Sergey M․
51ce91174b
[YoutubeDL] Fix resolution with missing height in output template dict
2016-03-05 19:38:58 +06:00
remitamine
107d0c421a
[revision3] add support for pages of type tag
2016-03-05 13:43:29 +01:00
remitamine
18b0b23992
[revision3] add support pages of type embed
2016-03-05 12:14:48 +01:00
Sergey M․
d1b29d1342
[elpais] Add support for alternative layout ( Closes #8744 )
2016-03-05 16:43:29 +06:00
Yen Chi Hsuan
2def60c5f3
[common] Use codec2ext for DASH formats ( #8764 )
2016-03-05 18:18:39 +08:00
Yen Chi Hsuan
19a17d4623
[utils] Add codec2ext
2016-03-05 18:18:28 +08:00
Yen Chi Hsuan
845817aadf
[twitter] Provide more metadata
2016-03-05 18:14:58 +08:00
Jaime Marquínez Ferrándiz
3233a68fbb
[utils] update_url_query: Encode the strings in the query dict
...
The test case with {'test': '第二行тест'} was failing on python 2 (the non-ascii characters were replaced with '?').
2016-03-04 22:18:40 +01:00
remitamine
cf074e5ddd
[foxnews] update test
2016-03-04 21:42:04 +01:00
Sergey M․
002c755248
[youporn] Fix sources regex
2016-03-05 01:51:27 +06:00
Sergey M․
d627cec608
[youporn] Fix quality extraction ( Closes #8758 )
2016-03-05 01:50:12 +06:00
remitamine
1315224cbb
[bleacherreport] update tests
2016-03-04 20:14:09 +01:00
remitamine
7760b9ff4d
[audimedia] update _VALID_URL and video_id regex and improve http format_id
2016-03-04 17:55:50 +01:00
Yen Chi Hsuan
28559564b2
[kusi] Correct test_KUSI
2016-03-05 00:04:29 +08:00
Yen Chi Hsuan
fa880d20ad
[kusi] Two fixes
...
Thanks @dstftw for pointing out those
2016-03-04 23:59:58 +08:00
Sergey M․
ae7d31af1c
[yandexmusic] Capture and output API errors
2016-03-04 21:32:54 +06:00
Yen Chi Hsuan
9d303bf29b
Merge branch 'mutantmonkey-kusi'
2016-03-04 23:21:24 +08:00
Yen Chi Hsuan
5f1688f271
[kusi] Simplify and improve
2016-03-04 23:08:47 +08:00
remitamine
1d4c9ed90c
[aol] imporve extraction
...
- add support for aol features
- remove support for legacy urls
2016-03-04 10:42:58 +01:00
remitamine
d48352fb5d
[engadget] remove support for legacy urls
2016-03-04 10:40:39 +01:00
remitamine
6d6536acb2
[fivemin] improve extraction
...
- skip m3u8 formats(404 error)
- skip unavailable test
- download embed page only when it's needed
- update _VALID_URL regex(joystiq.com redirect to engadget.com)
2016-03-04 10:25:16 +01:00
Yen Chi Hsuan
b6f94d81ea
[kusi] Add a test for the alternative form of URL
2016-03-04 14:32:01 +08:00
Yen Chi Hsuan
8477a69283
Merge branch 'kusi' of https://github.com/mutantmonkey/youtube-dl into mutantmonkey-kusi
2016-03-04 14:21:23 +08:00
Yen Chi Hsuan
d58cb3ec7e
[leeco] Skip an invalid test. test_LePlaylist_1 is sufficient
2016-03-04 13:46:38 +08:00
Yen Chi Hsuan
8a370aedac
[leeco] format_id should be strings
2016-03-04 13:38:45 +08:00
Yen Chi Hsuan
24ca0e9c0b
[douyutv] Fix tests
2016-03-04 13:36:29 +08:00
Sergey M․
e1dd521e49
[livestream] Fix FutureWarning ( Closes #8742 )
2016-03-04 01:16:58 +06:00
remitamine
1255733945
Merge pull request #8739 from remitamine/update_url_params
...
[utils] add update_url_query function to create or update query string params
2016-03-03 19:24:04 +01:00
remitamine
3201a67f61
[test/test_utils] add more tests for update_url_query
2016-03-03 19:18:57 +01:00
Sergey M․
d0ff690d68
[indavideo:embed] Fix tags extraction ( Closes #8738 )
2016-03-04 00:09:40 +06:00
remitamine
fb640d0a3d
[test/test_utils] add tests for update_url_query
2016-03-03 18:40:05 +01:00
remitamine
38f9ef31dc
[utils] add update_url_query function
2016-03-03 18:34:52 +01:00
Sergey M․
a8276b2680
[twitch:playlistbase] Fix all at once fetch
2016-03-03 22:18:32 +06:00
Sergey M․
ececca6cde
[twitch:playlistbase] Restore original _PAGE_LIMIT
2016-03-03 22:12:55 +06:00