Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [dailymotion:user] Process user home as user (Closes #5823) | Sergey M․ | 2015-05-26 | 1 | -2/+3 | |
| | ||||||
* | [dailymotion] Patch upload_date detection. | ping | 2015-05-10 | 1 | -2/+3 | |
| | | | | (closes #5665) | |||||
* | [dailymotion] Use https urls | Jaime Marquínez Ferrándiz | 2015-05-03 | 1 | -2/+2 | |
| | | | | The video url still redirects to an http url, but it doesn't explicitly contain the video id. | |||||
* | [dailymotion:user] Improve _VALID_URL (Closes #5380) | Sergey M․ | 2015-04-09 | 1 | -1/+1 | |
| | ||||||
* | [dailymotion] Fix ff cookie and use it for embed page (Closes #5330) | Sergey M․ | 2015-03-31 | 1 | -4/+4 | |
| | ||||||
* | [dailymotion] Replace test | Jaime Marquínez Ferrándiz | 2015-03-06 | 1 | -5/+5 | |
| | | | | It has been removed. | |||||
* | Merge branch 'subtitles-rework' | Jaime Marquínez Ferrándiz | 2015-02-23 | 1 | -7/+3 | |
|\ | | | | | | | (Closes PR #4964) | |||||
| * | [dailymotion] Convert to new subtitles system | Jaime Marquínez Ferrándiz | 2015-02-16 | 1 | -7/+3 | |
| | | ||||||
* | | Extend various playlist tests | Philipp Hagemeister | 2015-02-18 | 1 | -0/+1 | |
|/ | ||||||
* | Fix imports and general cleanup | Philipp Hagemeister | 2014-12-13 | 1 | -4/+6 | |
| | | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions | |||||
* | PEP8: applied even more rules | Jouke Waleson | 2014-11-23 | 1 | -2/+2 | |
| | ||||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -1/+3 | |
| | ||||||
* | [dailymotion] Fix extraction of vevo videos (fixes #4168) | Jaime Marquínez Ferrándiz | 2014-11-12 | 1 | -1/+1 | |
| | ||||||
* | [dailymotion] Alternative title search (Fixes #3882) | Philipp Hagemeister | 2014-10-05 | 1 | -13/+14 | |
| | ||||||
* | Move playlist tests to extractors. | Philipp Hagemeister | 2014-08-28 | 1 | -11/+29 | |
| | | | | From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs). | |||||
* | [dailymotion] Correct test case | Philipp Hagemeister | 2014-08-27 | 1 | -29/+31 | |
| | ||||||
* | [Dailymotion] fix uploader name (fixes #3153) | Petr Půlpán | 2014-06-25 | 1 | -1/+1 | |
| | ||||||
* | [dailymotion] Fix user playlist extraction | Sergey M․ | 2014-04-23 | 1 | -5/+5 | |
| | ||||||
* | Remove unused imports | Philipp Hagemeister | 2014-04-19 | 1 | -1/+0 | |
| | ||||||
* | [dailymotion:playlist] Fix title | Philipp Hagemeister | 2014-04-11 | 1 | -5/+6 | |
| | ||||||
* | Remove unused imports | Philipp Hagemeister | 2014-04-04 | 1 | -1/+0 | |
| | ||||||
* | [dailymotion] Fix playlist+user | Philipp Hagemeister | 2014-04-04 | 1 | -6/+4 | |
| | ||||||
* | [dailymotion] Convert width and height fields from strings to integers | Jaime Marquínez Ferrándiz | 2014-03-04 | 1 | -1/+2 | |
| | ||||||
* | [daylimotion] Add support for urls from the mobile site (fixes #1953) | Jaime Marquínez Ferrándiz | 2013-12-14 | 1 | -2/+2 | |
| | | | | It uses the 'touch' subdomain and adds a '#' before 'video' | |||||
* | [dailymotion] Fix view count extraction and make it non fatal (fixes #1940) | Jaime Marquínez Ferrándiz | 2013-12-10 | 1 | -2/+4 | |
| | ||||||
* | [dailymotion] Fix uploader extraction | Jaime Marquínez Ferrándiz | 2013-12-10 | 1 | -5/+1 | |
| | | | | Now it looks directly in the info dictionary | |||||
* | [dailymotion] Fix view count regex | Jaime Marquínez Ferrándiz | 2013-12-06 | 1 | -1/+1 | |
| | | | | In some languages they can be in the format '123,456' instead of '123.456' | |||||
* | [dailymotion] Extract view count (#1895) | Jaime Marquínez Ferrándiz | 2013-12-06 | 1 | -0/+5 | |
| | ||||||
* | [dailymotion] Fix playlists | Philipp Hagemeister | 2013-11-16 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'ted_subtitles' | Ismaël Mejía | 2013-11-02 | 1 | -3/+3 | |
|\ | ||||||
| * | [subtitles] refactor to support websites with subtitle information the | Ismaël Mejía | 2013-11-02 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | webpage. I added the parameter webpage, so now it's similar to the way automatic captions are handled. This is an improvement needed for websites like TED. | |||||
* | | [dailymotion] Fix support for age-restricted videos (Fixes #1688) | Philipp Hagemeister | 2013-10-31 | 1 | -4/+19 | |
| | | ||||||
* | | [dailymotion] Extract all the available formats (closes #1028) | Jaime Marquínez Ferrándiz | 2013-10-23 | 1 | -14/+27 | |
|/ | ||||||
* | [dailymotion] Fix playlist extraction | Jaime Marquínez Ferrándiz | 2013-10-04 | 1 | -2/+3 | |
| | | | | The html code has changed, make the video ids extraction more solid. | |||||
* | [dailymotion] Detect vevo videos (fixes #1532) | Jaime Marquínez Ferrándiz | 2013-10-01 | 1 | -9/+34 | |
| | | | | All videos from the Vevo user, just embed videos from vevo.com | |||||
* | [dailymotion] Disable the family filter in the playlists (fixes #1524) | Jaime Marquínez Ferrándiz | 2013-09-29 | 1 | -5/+12 | |
| | ||||||
* | [dailymotion] Add an extractor for users (closes #1476) | Jaime Marquínez Ferrándiz | 2013-09-21 | 1 | -9/+35 | |
| | ||||||
* | [dailymotion] Raise ExtractorError if the dailymotion response reports an error | Jaime Marquínez Ferrándiz | 2013-09-21 | 1 | -0/+3 | |
| | ||||||
* | [subtitles] Use self._download_webpage for extracting the subtitles | Jaime Marquínez Ferrándiz | 2013-09-11 | 1 | -6/+4 | |
| | | | | 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ándiz | 2013-09-11 | 1 | -10/+3 | |
| | | | | | | | 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 SubtitlesInfoExtractor | Jaime Marquínez Ferrándiz | 2013-09-11 | 1 | -2/+2 | |
| | | | | Otherwise it can be automatically detected as a IE ready for use. | |||||
* | [subtitles] made inheritance hierarchy flat as requested | Ismael Mejia | 2013-09-11 | 1 | -17/+15 | |
| | ||||||
* | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-09-06 | 1 | -3/+5 | |
|\ | ||||||
| * | [daylimotion] accept embed urls (fixes #1386) | Jaime Marquínez Ferrándiz | 2013-09-06 | 1 | -1/+2 | |
| | | ||||||
| * | [dailymotion] improve the regex for extracting the video info | Jaime Marquínez Ferrándiz | 2013-09-03 | 1 | -1/+2 | |
| | | ||||||
| * | fixed tests for c56 and dailymotion | M.Yasoob Ullah Khalid ☺ | 2013-08-27 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-08-28 | 1 | -4/+5 | |
|\| | ||||||
* | | Merge branch 'master' into subtitles_rework | Ismael Mejia | 2013-08-22 | 1 | -2/+30 | |
|\| | ||||||
| * | [dailymotion] Add an extractor for Dailymotion playlists | Jaime Marquínez Ferrándiz | 2013-07-29 | 1 | -0/+31 | |
| | | ||||||
* | | [subtitles] Improved docs + new class for servers who don't support | Ismael Mejia | 2013-08-08 | 1 | -7/+2 | |
| | | | | | | | | auto-caption |