aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ustream] Simplify channel extractionJaime Marquínez Ferrándiz2013-09-133-59/+70
| | | | | the ChannelParser has been moved to a new function in utils get_meta_content Instead of the SocialStreamParser now it uses a regex
* Merge pull request #1413 from tewe/masterJaime Marquínez Ferrándiz2013-09-133-2/+76
|\ | | | | | | Add Ustream channel support
| * Add Ustream channel supporttewe2013-09-122-1/+71
| |
* | Merge pull request #1409 from JohnyMoSwag/master (closes #1404)Jaime Marquínez Ferrándiz2013-09-132-0/+38
|\ \ | | | | | | | | | added kickstarter IE
| * | added kickstarter IEJohny Mo Swag2013-09-112-0/+44
| | |
* | | Merge pull request #1350 from Jaiz909/description-keyerror-fixJaime Marquínez Ferrándiz2013-09-131-0/+2
|\ \ \ | | | | | | | | | | | | Fixed issue #1277 KeyError when no description.
| * | | Fixed issue #1277 KeyError when no description.Jai Grimshaw2013-08-311-0/+2
| | | | | | | | | | | | | | | | Allows a continue with a warning when an extractor cannot retrieve a description.
* | | | [gamespot] Update test video titleJaime Marquínez Ferrándiz2013-09-121-1/+1
| | | |
* | | | [youtube] update algo for length 82 (fixes #1416)Jaime Marquínez Ferrándiz2013-09-122-3/+3
| | | |
* | | | [canalplust] accept urls that don't include the video id (fixes #1415), ↵Jaime Marquínez Ferrándiz2013-09-121-7/+15
| |_|/ |/| | | | | | | | extract more info and update test
* | | [funnyordie] fix video url extractionJaime Marquínez Ferrándiz2013-09-121-1/+1
| | |
* | | release 2013.09.12Philipp Hagemeister2013-09-122-5/+3
| | |
* | | Check for both automatic captions and subtitles with options `--write-sub` ↵Jaime Marquínez Ferrándiz2013-09-121-6/+15
| | | | | | | | | | | | and `--write-auto-sub` (fixes #1224)
* | | [youtube] Fix detection of videos with automatic captionsJaime Marquínez Ferrándiz2013-09-111-1/+5
| | |
* | | [subtitles] Also list the available automatic captions languages with ↵Jaime Marquínez Ferrándiz2013-09-112-2/+6
| | | | | | | | | | | | '--list-sub'
* | | [youtube] Support automatic captions with original language different from ↵Jaime Marquínez Ferrándiz2013-09-112-41/+47
| | | | | | | | | | | | English (fixes #1225) and download in multiple languages.
* | | Credit @iemejiaJaime Marquínez Ferrándiz2013-09-111-0/+1
| | |
* | | Merge branch 'subtitles_rework' (closes PR #1326)Jaime Marquínez Ferrándiz2013-09-118-163/+259
|\ \ \
| * | | [subtitles] Use self._download_webpage for extracting the subtitlesJaime Marquínez Ferrándiz2013-09-113-18/+11
| | | | | | | | | | | | | | | | It raises ExtractorError for the same exceptions we have to catch.
| * | | [subtitles] Simplify the extraction of subtitles in subclasses and remove ↵Jaime Marquínez Ferrándiz2013-09-113-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | NoAutoSubtitlesInfoExtractor Subclasses just need to call the method extract_subtitles, which will call _extract_subtitles and _request_automatic_caption Now the default implementation of _request_automatic_caption returns {}.
| * | | [subtitles] rename SubitlesIE to SubtitlesInfoExtractorJaime Marquínez Ferrándiz2013-09-113-5/+5
| | | | | | | | | | | | | | | | Otherwise it can be automatically detected as a IE ready for use.
| * | | [youtube] move subtitles methods from the base extractor to YoutubeIEJaime Marquínez Ferrándiz2013-09-111-57/+58
| | | |
| * | | [subtitles] made inheritance hierarchy flat as requestedIsmael Mejia2013-09-112-21/+17
| | | |
| * | | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-09-1112-20/+158
| |\ \ \
| * \ \ \ Merge branch 'master' into subtitles_reworkIsmael Mejia2013-09-0649-159/+1682
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | [subtitles] fixed multiple subtitles language separated by comma after mergeIsmael Mejia2013-09-066-26/+49
| | | | | | | | | | | | | | | | | | | | | | | | | As mentioned in the pull request, I forgot to include this changes. https://github.com/rg3/youtube-dl/commit/aa6a10c44a8e2e86f709c5301f9ea6ac3f01f002
| * | | | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-08-287-119/+368
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into subtitles_reworkIsmael Mejia2013-08-234-7/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into subtitles_reworkIsmael Mejia2013-08-2244-458/+1388
| |\ \ \ \ \ \
| * | | | | | | [subtitles] Added tests to check correct behavior when no subtitles areIsmael Mejia2013-08-082-4/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | available
| * | | | | | | [subtitles] Skips now the subtitles that has already been downloaded.Ismael Mejia2013-08-081-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just a validation for file exists, I also removed a method that wasn't been used because it was a copy paste from FileDownloader.
| * | | | | | | [subtitles] Improved docs + new class for servers who don't supportIsmael Mejia2013-08-082-22/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | auto-caption
| * | | | | | | [test] Cleaned subtitles testsIsmael Mejia2013-08-082-110/+61
| | | | | | | |
| * | | | | | | [subtitles] removed only-sub option (--skip-download achieves the sameIsmael Mejia2013-08-084-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | functionality)
| * | | | | | | Separated subtitle options in their own groupIsmael Mejia2013-08-081-7/+10
| | | | | | | |
| * | | | | | | [internal] Improved subtitle architecture + (update inIsmael Mejia2013-08-083-144/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | youtube/dailymotion) The structure of subtitles was refined, you only need to implement one method that returns a dictionnary of the available subtitles (lang, url) to support all the subtitle options in a website. I updated the subtitle downloaders for youtube/dailymotion to show how it works.
| * | | | | | | Undo the previous commit (it was a mistake)Ismael Mejia2013-08-071-1/+1
| | | | | | | |
| * | | | | | | [dailymotion] Added support for subtitles + new InfoExtractor forIsmael Mejia2013-08-074-11/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | generic subtitle download. The idea is that all subtitle downloaders must descend from SubtitlesIE and implement only three basic methods to achieve the complete subtitle download functionality. This will allow to reduce the code in YoutubeIE once it is rewritten.
| * | | | | | | Fixed small type issueIsmael Mejia2013-08-071-1/+2
| | | | | | | |
| * | | | | | | Added exceptions for the subtitle and video types in .gitignoreIsmael Mejia2013-08-071-1/+8
| | | | | | | |
* | | | | | | | [howcast] Do not download from http://www.howcast.com/videos/{video_id}Jaime Marquínez Ferrándiz2013-09-111-2/+1
| |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | It takes too much to follow the redirection.
* | | | | | | In the supported sites page, sort the extractors in case insensitiveJaime Marquínez Ferrándiz2013-09-111-1/+1
| | | | | | |
* | | | | | | release 2013.11.09Philipp Hagemeister2013-09-111-1/+1
| | | | | | |
* | | | | | | [youtube] update algo for length 85 (fixes #1408 and fixes #1406)Jaime Marquínez Ferrándiz2013-09-112-3/+3
| | | | | | |
* | | | | | | [francetv] Add an extractor for francetvinfo.fr (closes #1317)Jaime Marquínez Ferrándiz2013-09-102-18/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It uses the same system as Pluzz, create a base class for both extractors.
* | | | | | | Merge pull request #1402 from Rudloff/canalc2Philipp Hagemeister2013-09-101-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Wrong property name
| * | | | | | | Wrong property namePierre Rudloff2013-09-101-1/+1
|/ / / / / / /
* | | | | | | Add an extractor for pluzz.francetv.fr (closes PR #1399)Pierre Rudloff2013-09-102-0/+51
| | | | | | |
* | | | | | | release 2013.09.10Philipp Hagemeister2013-09-101-1/+1
| | | | | | |
* | | | | | | Add an extractor for Slideshare (closes #1400)Jaime Marquínez Ferrándiz2013-09-102-0/+48
| | | | | | |