summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2015.09.03 2015.09.03Philipp Hagemeister2015-09-033-2/+4
|
* [ok] Sort formatsSergey M․2015-09-021-0/+1
|
* [ok] Add support for youtube embedsSergey M․2015-09-021-11/+35
|
* [ok] Improve player regexSergey M․2015-09-021-1/+2
|
* [ok] Extract correct data-options (Closes #6726)Sergey M․2015-09-021-1/+1
|
* [README.md] Remove superfluous wordSergey M.2015-09-021-1/+1
|
* Merge pull request #6736 from remitamine/readmeSergey M.2015-09-021-2/+2
|\ | | | | [README] link to developer instructions and correct common.py path
| * link to developer instructions and correct common.py pathremitamine2015-09-021-2/+2
| |
* | Merge pull request #6731 from dstftw/strict-http-responseSergey M.2015-09-021-0/+5
|\ \ | |/ |/| [utils] Strict HTTP responses (Closes #6727)
| * [utils] Strict HTTP responses (Closes #6727)Sergey M․2015-09-021-0/+5
| |
* | [rtve] Fix extraction (fixes #6723)Jaime Marquínez Ferrándiz2015-09-011-2/+4
|/ | | | Adding the 'Referer' header to the png request is enough.
* [francetv] Update tests (2)Sergey M․2015-09-011-6/+6
|
* [francetv] Update testsSergey M․2015-09-011-1/+1
|
* [francetv] Use subtitle when present (Closes #6715)Sergey M․2015-09-011-1/+6
|
* [options] Clarify extractors supporting videopasswordSergey M․2015-09-012-2/+2
|
* [youku] Fix videopassword testSergey M․2015-09-011-1/+1
|
* [youku] Simplify (Closes #6717)Sergey M․2015-09-011-2/+2
|
* Update READMEPSJay2015-09-011-1/+1
| | | | Add Youku in video password description.
* Fix coding styple in YouKuIE.PSJay2015-09-011-7/+6
|
* Support video-password on Youku.PSJay2015-09-011-3/+21
|
* [dumpert] Support 'embed/' urls (fixes #6712)Jaime Marquínez Ferrándiz2015-09-011-3/+7
|
* [globo] Fix extraction and make more robust (Closes #6728)Sergey M․2015-09-011-5/+6
|
* [odnoklassniki] Fix extraction and extend _VALID_URL (closes #6726)Yen Chi Hsuan2015-09-011-2/+5
|
* [fc2] Fix referSergey M․2015-08-311-1/+1
|
* [fc2] Add test for #3171Sergey M․2015-08-311-0/+3
|
* [fc2] Relax _VALID_URL (Closes #3171)Sergey M․2015-08-311-1/+1
|
* [hls] Properly encode fragment filenameSergey M․2015-08-311-4/+5
|
* [f4m] Add missing importsSergey M․2015-08-311-0/+2
|
* Merge pull request #5588 from aajanki/encode_frag_filenamesSergey M.2015-08-311-11/+12
|\ | | | | [f4m] Fix encode error by sanitizing fragment filenames
| * [downloader/f4m] Fragment filenames must be sanitizedAntti Ajanki2015-05-031-11/+12
| | | | | | | | | | because the fragment was written to a file with a sanitized name by http_dl.download()
* | [YoutubeDL] Encode thumbnail filename (Closes #6714)Sergey M․2015-08-311-1/+1
| |
* | [imgut:album] Add extractor (Closes #6711)Sergey M․2015-08-302-2/+30
| |
* | [youtube] Simplify and extract more metadata from url_encoded_fmt_stream_map ↵Sergey M․2015-08-301-18/+35
| | | | | | | | (Closes #5993)
* | [youtube] Fix missing format details for 60fps DASH formatsAnssi Hannula2015-08-301-3/+28
| | | | | | | | | | | | | | | | | | | | | | 60fps DASH formats do not appear in the DASH manifest, but the non-DASH video info page does contain additional parameters for DASH formats that we can parse. Use those when they exist. This fixes "bestvideo" not selecting 60fps formats over similar 30fps formats just because the file size is unknown.
* | [abc] Use int_or_noneYen Chi Hsuan2015-08-301-4/+5
| |
* | [abc] Support YouTube embeds (fixes #6595)Yen Chi Hsuan2015-08-301-7/+35
| |
* | [nowtv] Fix display_id (Closes #6702)Sergey M․2015-08-291-0/+6
| |
* | [kaltura] Fix _VALID_URL formattingSergey M․2015-08-291-3/+2
| |
* | [kaltura] Clarify html5 player commentSergey M․2015-08-291-1/+1
| |
* | [kaltura] Strictify _VALID_URLSergey M․2015-08-291-10/+22
| |
* | [kaltura] add html5 player urlssourcerect2015-08-291-6/+11
| |
* | [generic] Add test for screenwavemedia embedSergey M․2015-08-291-0/+10
| |
* | [generic] Use screenwavemedia embed patternSergey M․2015-08-291-6/+3
| |
* | [cinemassacre] Use screenwavemedia embed patternSergey M․2015-08-291-3/+4
| |
* | [screenwavemedia] Improve _VALID_URLSergey M․2015-08-291-1/+1
| |
* | [screenwavemedia] Add EMBED_PATTERNSergey M․2015-08-291-1/+1
| |
* | [screenwavemedia] warn when falling back to a hardcoded list of streamsfelix2015-08-291-0/+1
| |
* | [screenwavemedia] use the true JS value instead of a commentfelix2015-08-291-1/+1
| |
* | [generic] Look for ScreenwaveMedia embedsfelix2015-08-291-0/+9
| |
* | [mtvservices] Fix title extraction under python 2Sergey M․2015-08-281-1/+1
| |