summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [channel9] Return a single dictionary for single videos (closes #7086)Jaime Marquínez Ferrándiz2015-10-131-5/+5
| | | | | | | | | | | | Returning a list is deprecated.
* | | Extract thumbnail urlDesweR2015-10-131-0/+9
|/ /
* | [beeg] Fix extraction (Closes #7155)Sergey M․2015-10-131-33/+35
| |
* | release 2015.10.13Philipp Hagemeister2015-10-131-1/+1
| |
* | [vimeo] Fix m3u8 formatsYen Chi Hsuan2015-10-121-1/+1
| | | | | | | | | | Reported at https://github.com/rg3/youtube-dl/pull/7126#issuecomment-147327584
* | release 2015.10.12Philipp Hagemeister2015-10-122-1/+2
| |
* | [rtbf] Fix extraction (closes #7133)Jaime Marquínez Ferrándiz2015-10-111-1/+1
| |
* | [downloader/common] Always skip "already downloaded" check when outputting ↵Sergey M․2015-10-121-1/+1
| | | | | | | | to stdout
* | [downloader/rtmp] Respect --no-continue optionAndroKev2015-10-121-1/+1
| | | | | | | | now when downloading a "rtmp-file" the --no-continue option works!
* | [chaturbate] Improve and capture error messageSergey M․2015-10-111-5/+31
| |
* | chaturbate streamsPC2015-10-112-0/+25
| |
* | [vimeo] Do not fail when no hls formatsSergey M․2015-10-111-1/+4
| |
* | [bild] Make more robust and improve hls extractionSergey M․2015-10-111-8/+11
| |
* | [expotv] parse m3u8 manifestremitamine2015-10-111-12/+16
| |
* | [bild] Strip titleSergey M․2015-10-111-4/+5
| |
* | [bild] extract info from json requestremitamine2015-10-111-11/+8
| |
* | [vimeo] Fix password protected videosSergey M․2015-10-111-8/+11
| |
* | [vimeo] Update testsSergey M․2015-10-111-8/+7
| |
* | Merge pull request #7126 from remitamine/vimeoSergey M.2015-10-111-4/+7
|\ \ | | | | | | [vimeo] extract m3u8 manifest and bitrate
| * | [vimeo] always convert width, height and bitrate to intremitamine2015-10-101-6/+6
| | |
| * | [vimeo] remove check for empty formatsremitamine2015-10-101-2/+0
| | |
| * | [vimeo] add parameters to _extract_m3u8_formats and sort formatsremitamine2015-10-101-1/+2
| | |
| * | [vimeo] extract m3u8 manifest and bitrateremitamine2015-10-101-0/+4
| | |
* | | [adultswim] Clarify no media messageSergey M․2015-10-111-4/+5
| | |
* | | [adultswim] raise ExtractorError if no clips in video_inforemitamine2015-10-111-11/+8
| | |
* | | [adultswim] detect when video needs authenticationremitamine2015-10-111-3/+12
|/ /
* | [bbc] PEP 8Sergey M․2015-10-111-1/+1
| |
* | [bbc] Prefer iptv-all mediasetSergey M․2015-10-111-4/+8
| |
* | [bbc] Extract article JSON and actualize testsSergey M․2015-10-111-16/+29
| |
* | [bbc] Update testsSergey M․2015-10-101-23/+10
| |
* | [bbc] Remove durationSergey M․2015-10-101-1/+0
| |
* | [bbc] Support playlists of data-playableSergey M․2015-10-101-29/+44
| |
* | [bbc] Improve data-playable regexSergey M․2015-10-101-1/+2
| |
* | [bbc] Add another testSergey M․2015-10-101-0/+13
| |
* | [bbc] Extract legacy playlist embedded mediaSergey M․2015-10-101-14/+34
| |
* | [zingmp3:album] Skip broken itemsSergey M․2015-10-101-1/+3
| |
* | [zingmp3] Add fatal flagSergey M․2015-10-101-1/+3
| |
* | [zingmp3:album] StyleSergey M․2015-10-101-14/+11
| |
* | [zingmp3:album] Add support for playlistsPhạm Ngọc Quang Nam2015-10-101-9/+15
| | | | | | | | | | | | | | 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
* | [bbc] Make summary optional in legacy playlistSergey M․2015-10-101-1/+2
| |
* | [bbc] Add one more scenario for data-playable embedsSergey M․2015-10-101-18/+35
| |
* | [bbc] Make playlist title optionalSergey M․2015-10-101-1/+1
| |
* | [bbc] Add test for atricle with multiple videos embedded with playlist.sxmlSergey M․2015-10-101-0/+8
| |
* | [bbc] Support multiple videos in articles embedded with playlist.sxmlSergey M․2015-10-101-17/+21
| |
* | [bbc] Add support for videos in news articles embedded with data-playableSergey M․2015-10-101-0/+17
| |
* | [iqiyi] Update enc_keyYen Chi Hsuan2015-10-101-2/+4
| |
* | [vimeo] Fix authentication (Closes #7110)Sergey M․2015-10-101-0/+4
| |
* | [extractor/common] Allow quoteless content attribute in og regexes (Closes ↵Sergey M․2015-10-101-1/+1
| | | | | | | | #7115)
* | release 2015.10.09Philipp Hagemeister2015-10-092-2/+2
| |
* | [extractor/common] Allow HTML5 unquoted attribute valuesYen Chi Hsuan2015-10-091-1/+1
| | | | | | | | | | | | | | | | | | 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