summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [vidzi] Fix extraction (closes #10908, closes #10952)Sergey M․2016-10-191-4/+15
| |
* | [utils] Expose PACKED_CODES_RESergey M․2016-10-191-3/+3
| |
* | [README.md] Change 'guys' to 'people'Jack Danger Canty2016-10-191-1/+1
| | | | | | Folks at Ubuntu aren't all male so calling them 'guys' is a little odd.
* | [urplay] add supprt for urskola.se and fix subtitle extraction(closes #10915)Remita Amine2016-10-191-21/+11
| |
* | [extractor/common] try to extract non smil wowza mpd manifestsRemita Amine2016-10-192-5/+5
| |
* | [extractor/common] detect f4m audio only formatsRemita Amine2016-10-191-0/+9
| |
* | [orf] add subtitles support(closes #10939)Remita Amine2016-10-191-0/+10
| |
* | [youtube] Fix --no-playlist behavior for youtu.be/id URLs (closes #10896)Sergey M․2016-10-191-3/+26
| |
* | [nrk] Improve _VALID_URLSergey M․2016-10-191-1/+14
| |
* | [nrk] Relax _VALID_URL (closes #10928)Sergey M․2016-10-191-1/+4
| |
* | [nytimes] Fix typoSergey M․2016-10-171-1/+1
| |
* | [postprocessor/ffmpeg] PEP 8Sergey M․2016-10-161-1/+1
| |
* | [extractor/common] Mention podcast in series fields sectionSergey M․2016-10-161-1/+1
| |
* | Credit @johnhawkinson for nytimes podcasts (#10926)Sergey M․2016-10-161-0/+1
| |
* | [nytimes] Improve (closes #10926)Sergey M․2016-10-161-51/+61
| |
* | [nytimes] Add support for podcastsJohn Hawkinson2016-10-161-5/+65
| |
* | [pluralsight] Relax _VALID_URL (closes #10941)Sergey M․2016-10-161-1/+4
| |
* | release 2016.10.16Sergey M․2016-10-165-19/+21
| |
* | [ChangeLog] ActualizeSergey M․2016-10-161-1/+12
| |
* | [huajiao] Improve feed regexSergey M․2016-10-161-1/+1
| |
* | [extractors] Change import for theoperaplatform extractorSergey M․2016-10-161-1/+1
| |
* | [Beatport] Update extractor name and testsDéstin Reed2016-10-162-6/+6
| |
* | [ruutu] Add support for supla.fiarza2016-10-161-2/+14
| |
* | [README.md] Improve grammarSimon Morgan2016-10-161-35/+35
| |
* | [postprocessor/ffmpeg] Return correct filepath and ext in updated ↵Pierre Mdawar2016-10-161-3/+3
| | | | | | | | | | information in FFmpegExtractAudioPP Return correct audio's filepath and ext instead of the video's when extracting audio and audio file already exists.
* | [theoperaplatform] Rename, fix _VALID_URL and fix testSergey M․2016-10-161-6/+6
| |
* | [theoperaplatform] Add extractorJuanjo Benages2016-10-162-0/+17
| |
* | [lynda] Fix height for prioritized streamsSergey M․2016-10-161-1/+1
| |
* | [lynda] Add fallback extraction scenarioSergey M․2016-10-161-5/+57
| |
* | [lynda] Switch to https (closes #10916)Sergey M․2016-10-151-5/+5
| |
* | Credit @pyx for the Huajiao extractor (#10917)Yen Chi Hsuan2016-10-151-0/+1
| |
* | Merge branch 'pyx-huajiao'Yen Chi Hsuan2016-10-153-0/+58
|\ \
| * | [ChangeLog] Update for #10917Yen Chi Hsuan2016-10-151-0/+1
| | |
| * | [huajiao] Coding styleYen Chi Hsuan2016-10-151-1/+4
| | |
| * | Merge branch 'huajiao' of https://github.com/pyx/youtube-dl into pyx-huajiaoYen Chi Hsuan2016-10-152-0/+54
|/| |
| * | Made optional fields optionalPhilip Xu2016-10-141-5/+8
| | |
| * | [huajiao] Add new extractorPhilip Xu2016-10-132-0/+51
| | |
* | | [crunchyroll] Skip an invalid _TESTYen Chi Hsuan2016-10-151-0/+1
| | |
* | | [cmt] Fix mgid extraction (closes #10813)Yen Chi Hsuan2016-10-152-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | The example in #10813 requires TV provider authentication in Firefox, while youtube-dl can download it directly with an US proxy. I'm not sure whether the mgid fix is cmt-specific or it applies to all mtv-based sites. I keep it in cmt.py until similar patterns are found in other websites.
* | | [safari:course] Add support for techbus.safaribooksonline.comSergey M․2016-10-151-1/+11
| | |
* | | [orf:tvthek] Fix extraction and modernize (closes #10898)Sergey M․2016-10-141-23/+23
| | |
* | | README.md: fix alrady typoVítor Galvão2016-10-141-1/+1
| | |
* | | [clipfish] Update _TEST; the old one is goneYen Chi Hsuan2016-10-151-8/+13
| | |
* | | [chirbit:profile] Fix extractionYen Chi Hsuan2016-10-152-8/+6
| | |
* | | [carambatv] Fix extractionYen Chi Hsuan2016-10-142-5/+20
| | | | | | | | | | | | The video requested in #9815 now has videomore embeds.
* | | [videomore] Support <iframe> embed videosYen Chi Hsuan2016-10-141-0/+5
| | | | | | | | | | | | Seen in CarambaTVPage
* | | [canalplus] Fix video_id and update _TESTSYen Chi Hsuan2016-10-142-32/+33
| | | | | | | | | | | | Some tests are gone, and some redirect to different videos
* | | [cbsinteractive] Fix extraction for cnet.comYen Chi Hsuan2016-10-142-1/+2
|/ /
* | [parliamentliveuk] Recognize lower case URLsYen Chi Hsuan2016-10-142-3/+12
| | | | | | | | | | | | | | | | Closes #10912 Seems parliamentliveuk matches URLs case-insentive. For example this URL also works: http://parliamentlive.tv/EvEnt/Index/3F24936f-130f-40bf-9a5d-b3d6479da6a4
* | release 2016.10.12Sergey M․2016-10-125-6/+7
| |