1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-13 11:27:30 +08:00

9916 Commits

Author SHA1 Message Date
dabiboo
a6590bf8ea Merge branch 'universalmusicfrance' of github.com:dabiboo/youtube-dl into universalmusicfrance 2015-10-13 07:26:39 +02:00
dabiboo
9afad4c4a4 Fixing video url retreiving for some kind of videos 2015-10-13 07:25:50 +02:00
Sergey M․
63d1473b8b [chaturbate] Improve and capture error message 2015-10-13 07:20:08 +02:00
PC
a21c790e05 chaturbate streams 2015-10-13 07:20:06 +02:00
Sergey M․
5141317af0 [vimeo] Do not fail when no hls formats 2015-10-13 07:20:04 +02:00
Sergey M․
6c98683940 [bild] Make more robust and improve hls extraction 2015-10-13 07:20:03 +02:00
remitamine
2b9b25c6b2 [expotv] parse m3u8 manifest 2015-10-13 07:20:01 +02:00
Sergey M․
4dcea4d2a0 [bild] Strip title 2015-10-13 07:20:00 +02:00
remitamine
1d1207f316 [bild] extract info from json request 2015-10-13 07:19:58 +02:00
Sergey M․
105db8b72b [vimeo] Fix password protected videos 2015-10-13 07:19:56 +02:00
Sergey M․
a207acc995 [vimeo] Update tests 2015-10-13 07:19:55 +02:00
remitamine
b1f559ff72 [vimeo] always convert width, height and bitrate to int 2015-10-13 07:19:53 +02:00
remitamine
184f93c3e2 [vimeo] remove check for empty formats 2015-10-13 07:19:52 +02:00
remitamine
521dc51993 [vimeo] add parameters to _extract_m3u8_formats and sort formats 2015-10-13 07:19:50 +02:00
Sergey M․
be55073816 [adultswim] Clarify no media message 2015-10-13 07:19:48 +02:00
remitamine
fd733336bd [adultswim] raise ExtractorError if no clips in video_info 2015-10-13 07:19:47 +02:00
remitamine
ee4b0ab309 [adultswim] detect when video needs authentication 2015-10-13 07:19:45 +02:00
remitamine
b685e9a7a7 [vimeo] extract m3u8 manifest and bitrate 2015-10-13 07:19:44 +02:00
Sergey M․
6216747cc2 [bbc] PEP 8 2015-10-13 07:19:42 +02:00
Sergey M․
f841d4eb6b [bbc] Prefer iptv-all mediaset 2015-10-13 07:19:40 +02:00
Sergey M․
f7bdeec73f [bbc] Extract article JSON and actualize tests 2015-10-13 07:19:39 +02:00
Sergey M․
0406512c3f [bbc] Update tests 2015-10-13 07:19:37 +02:00
Sergey M․
a4a5606267 [bbc] Remove duration 2015-10-13 07:19:35 +02:00
Sergey M․
7c51fecf04 [bbc] Support playlists of data-playable 2015-10-13 07:19:34 +02:00
Sergey M․
f58abc47d6 [bbc] Improve data-playable regex 2015-10-13 07:19:32 +02:00
Sergey M․
5c9f8d0b46 [bbc] Add another test 2015-10-13 07:19:31 +02:00
Sergey M․
b6c79dbaa3 [bbc] Extract legacy playlist embedded media 2015-10-13 07:19:29 +02:00
Sergey M․
f690f08165 [zingmp3:album] Skip broken items 2015-10-13 07:19:27 +02:00
Sergey M․
fabf85791b [zingmp3] Add fatal flag 2015-10-13 07:19:26 +02:00
Sergey M․
a0ea86e832 [zingmp3:album] Style 2015-10-13 07:19:24 +02:00
Phạm Ngọc Quang Nam
4735f7431c [zingmp3:album] Add support for playlists
Update for work with playlist, it same album but different url
Ex:
http://mp3.zing.vn/playlist/Duong-Hong-Loan-apollobee/IWCAACCB.html
http://mp3.zing.vn/album/Duong-Hong-Loan-apollobee/IWCAACCB.html
2015-10-13 07:19:23 +02:00
Sergey M․
e3e86db77e [bbc] Make summary optional in legacy playlist 2015-10-13 07:19:21 +02:00
Sergey M․
49314d6628 [bbc] Add one more scenario for data-playable embeds 2015-10-13 07:19:19 +02:00
Sergey M․
73f48033e7 [bbc] Make playlist title optional 2015-10-13 07:19:18 +02:00
Sergey M․
fbaeacfccb [bbc] Add test for atricle with multiple videos embedded with playlist.sxml 2015-10-13 07:19:16 +02:00
Sergey M․
5eb3d46705 [bbc] Support multiple videos in articles embedded with playlist.sxml 2015-10-13 07:19:14 +02:00
Sergey M․
f79c2d358e [bbc] Add support for videos in news articles embedded with data-playable 2015-10-13 07:19:13 +02:00
Yen Chi Hsuan
3d26578ef9 [iqiyi] Update enc_key 2015-10-13 07:19:11 +02:00
Sergey M․
d7b0e779d3 [vimeo] Fix authentication (Closes #7110) 2015-10-13 07:19:10 +02:00
Sergey M․
754cb1f15c [extractor/common] Allow quoteless content attribute in og regexes (Closes #7115) 2015-10-13 07:19:08 +02:00
Philipp Hagemeister
542add6329 release 2015.10.09 2015-10-13 07:19:06 +02:00
Yen Chi Hsuan
6d8430d7f8 [extractor/common] Allow HTML5 unquoted attribute values
Fixes #7108

HTML5 allows unquoted attribute values. See the "Unquoted attribute value
syntax" section [1] for more information

[1] http://www.w3.org/TR/html5/syntax.html
2015-10-13 07:19:05 +02:00
Sergey M․
48398ba4d4 [dailymotion] Update player v5 regex (Closes #7107) 2015-10-13 07:19:03 +02:00
Sergey M․
916c00bf65 [pbs] Carry long line 2015-10-13 07:19:02 +02:00
remitamine
5bd6aeb88b [pbs] place errors into a dict 2015-10-13 07:19:00 +02:00
remitamine
551bf790c6 [pbs] detect errors from http error code 2015-10-13 07:18:58 +02:00
Sergey M․
ab6cc09478 [4tube] Try extracting sources from the webpage before fetching player.js (Closes #7103) 2015-10-13 07:18:57 +02:00
Sergey M․
afa58476e9 [4tube] Revert uploader regexes and make non fatal 2015-10-13 07:18:55 +02:00
Sergey M․
b051217fa8 [4tube] Style and make more robust 2015-10-13 07:18:54 +02:00
kitty
b10bc98dcd Fixed 4tube.com extractor to pull metadata from associated Javascript and not the HTML of the desired page. 2015-10-13 07:18:52 +02:00