summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [coub] Add another testSergey M․2016-05-271-0/+4
| |
* | [coub] Add extractor (Closes #9609)Sergey M․2016-05-272-0/+140
| |
* | [vk] Remove superfluous codeSergey M․2016-05-271-1/+0
| |
* | [extractor/common] Borrow quality metadata from parent set-level manifest ↵Sergey M․2016-05-271-6/+22
| | | | | | | | for f4m
* | [downloader/f4m] Simply select format when it's the only oneSergey M․2016-05-271-1/+1
| |
* | [common] Fix m3u8 extraction in f4m manifestsYen Chi Hsuan2016-05-271-1/+1
| |
* | [tvp] Expand _VALID_URL and improve naming (Closes #9602)Sergey M․2016-05-262-23/+29
| |
* | [common] Fix non-bootstrapped support in f4mYen Chi Hsuan2016-05-272-7/+14
| |
* | [utils] Remove debugging codesYen Chi Hsuan2016-05-261-2/+0
| |
* | [dw] Support documentaries (closes #9475)Yen Chi Hsuan2016-05-261-3/+24
| |
* | [utils] Support a new form of dateYen Chi Hsuan2016-05-261-1/+4
| | | | | | | | Found in dw.com (#9475)
* | [playwire] Add the test (closed #9531)Yen Chi Hsuan2016-05-261-1/+13
| |
* | [common] Support m3u8 in f4m manifestsYen Chi Hsuan2016-05-261-4/+11
| | | | | | | | Related: #9531
* | [playwire] Use _extract_f4m_formatsYen Chi Hsuan2016-05-261-21/+6
| | | | | | | | Related: #9531
* | [common] Support non-bootstraped streams in f4m manifestsYen Chi Hsuan2016-05-261-5/+10
| | | | | | | | Related: #9531
* | [eporner] Make test only_matchingSergey M․2016-05-251-13/+3
| |
* | Merge pull request #9595 from Kagami/vlive-site-updateYen Chi Hsuan2016-05-251-22/+6
|\ \ | | | | | | [vlive] Address site update
| * | [vlive] Address site updateKagami Hiiragi2016-05-241-22/+6
| | | | | | | | | | | | | | | | | | | | | | | | Changes: * Fix video params extraction * Don't make status request since status info now available on the page * Remove unneeded code * Fix test
* | | Merge pull request #9600 from wankerer/masterYen Chi Hsuan2016-05-251-4/+18
|\ \ \ | | | | | | | | [eporner] fix for the new URL layout
| * | | [eporner] fix for the new URL layoutwankerer2016-05-241-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Recently eporner slightly changed the URL layout, the ID that used to be digits only are now digits and letters, so youtube-dl falls back to the generic extractor that doesn't work. Fix the matching regex to allow letters in ID. [v2: added a test case]
* | | | [eyedotv] Add new extractor(closes #9582)remitamine2016-05-242-0/+65
|/ / /
* | | skip some tests to reduce test timeremitamine2016-05-245-1/+19
| | |
* | | Credit @TRox1972 for tosh.cc (#9566) and localnews8 (#9539)Sergey M․2016-05-241-0/+1
| | |
* | | [xhamster] Update testsSergey M․2016-05-241-38/+41
| | |
* | | [xhamster] url regex fix for videos with empty title.mexican porn commits2016-05-241-2/+14
| | |
* | | [radiocanada] Add new extractor(#4020)remitamine2016-05-242-0/+134
| | |
* | | [ooyala] check manifest ext with determine_ext and update tests for related ↵remitamine2016-05-2410-40/+40
|/ / | | | | | | extractors
* | [ooyala] use api v2 to reduce requests for format extractionremitamine2016-05-241-45/+43
| |
* | [ooyala] extract subtitlesremitamine2016-05-231-9/+19
| |
* | [washingtonpost] reduce requests for m3u8 manifestsremitamine2016-05-231-1/+3
| |
* | [cbs] allow to pass content id to the extractor(closes #9589)remitamine2016-05-231-6/+9
| |
* | [washingtonpost] remove unnecessary coderemitamine2016-05-231-6/+0
| |
* | [reuters] Add new extractorremitamine2016-05-232-0/+70
| |
* | [washingtonpost] improve format extraction and add support for video pages ↵remitamine2016-05-232-50/+103
| | | | | | | | extraction
* | [life:embed] Use native hlsSergey M․2016-05-231-1/+2
| |
* | [life] Update _VALID_URLSergey M․2016-05-231-14/+16
| |
* | [lifenews] Fix metadata extractionSergey M․2016-05-231-13/+16
| |
* | [voxmedia] fix volume embed extractionremitamine2016-05-221-1/+1
| |
* | [generic] Improve Livestream detection (closes #2234)Yen Chi Hsuan2016-05-231-1/+14
| |
* | [livestream] Video IDs should always be strings (#2234)Yen Chi Hsuan2016-05-231-1/+1
| |
* | [compat] Fix for XML with <!DOCTYPE> in Python 2.7 and 3.2Yen Chi Hsuan2016-05-232-5/+18
| | | | | | | | | | Such XML documents cause DeprecationWarning if python is run with `-W error`
* | [tf1] add support for more related web sitesremitamine2016-05-221-2/+2
| |
* | [wat] extract all formatsremitamine2016-05-221-74/+63
| |
* | [genric] Eliminate duplicated video URLs (closes #6562)Yen Chi Hsuan2016-05-221-1/+11
| |
* | [README.md] Document solution for extremely slow start on WindowsSergey M2016-05-221-0/+4
| |
* | [bandcamp] raise ExtractorError when track not streamable (#9465)Thor772016-05-221-2/+6
| | | | | | | | | | | | | | | | | | | | * [bandcamp] raise ExtractorError when track not streamable * [bandcamp] update md5 for second test * don't rely on json-data, but just check for 'file' * don't rely on presence of 'file'
* | [README.md] Remove Windows updating trickerySergey M2016-05-221-2/+0
| | | | | | Windows updating fixed in e9297256d405651428d5d52f0bb6b32ca66ea15a.
* | [update] Fix youtube-dl.exe updating from arbitrary directory (Closes #2718)Sergey M․2016-05-221-6/+3
| |
* | [README.md] Clarify location for youtube-dl.exe even moreSergey M2016-05-221-1/+1
| | | | | | %USERPROFILE% not in %PATH% by default.
* | [README.md] Clarify updating on WindowsSergey M2016-05-221-0/+2
| |