Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | More callbacks changed to raise ExtractorError | Jaime Marquínez Ferrándiz | 2013-05-04 | 1 | -253/+129 | |
| | | ||||||
* | | Fix GoogleSearchIE (Fixes #822) | Philipp Hagemeister | 2013-05-05 | 1 | -58/+29 | |
|/ | ||||||
* | twitch.tv chapters (#810): print out start and end time | Philipp Hagemeister | 2013-05-04 | 1 | -2/+6 | |
| | ||||||
* | twitch.tv chapters: Include uploader (#810) | Philipp Hagemeister | 2013-05-04 | 1 | -1/+4 | |
| | ||||||
* | twitch.tv chapters: Use API for title and other metadata | Philipp Hagemeister | 2013-05-04 | 1 | -5/+9 | |
| | ||||||
* | Improve Twitch.tv chapter support (#810) | Philipp Hagemeister | 2013-05-04 | 1 | -18/+31 | |
| | ||||||
* | Work on twitch.tv chapters (#810) | Philipp Hagemeister | 2013-05-04 | 1 | -9/+40 | |
| | ||||||
* | raise ExtractorError instead of calling back | Philipp Hagemeister | 2013-05-04 | 1 | -4/+2 | |
| | ||||||
* | Simplify WorldStarHipHop | Philipp Hagemeister | 2013-05-04 | 1 | -13/+7 | |
| | ||||||
* | Better fix for getting source url's | Johny Mo Swag | 2013-05-04 | 1 | -2/+2 | |
| | ||||||
* | updated regular experssion for possible future updates to source url | Johny Mo Swag | 2013-05-04 | 1 | -1/+1 | |
| | ||||||
* | Always use HTTPS for youtube (Fixes #691) | Philipp Hagemeister | 2013-05-04 | 1 | -4/+4 | |
| | ||||||
* | Fix comedycentral: newest | Philipp Hagemeister | 2013-05-04 | 1 | -10/+12 | |
| | ||||||
* | Simplify RedTube | Philipp Hagemeister | 2013-05-03 | 1 | -15/+13 | |
| | ||||||
* | Moved redtube info extractor to the end | M.Yasoob Ullah Khalid | 2013-05-03 | 1 | -34/+34 | |
| | ||||||
* | added redtube.com in InfoExtractors (2nd pull request with the required ↵ | M.Yasoob Ullah Khalid | 2013-05-03 | 1 | -0/+33 | |
| | | | | | amindments) added redtube.com in InfoExtractors (2nd pull request with the required amindments). Now this script can also download redtube.com videos | |||||
* | TEDIE: report the correct talk title when a link with the language code is given | Jaime Marquínez Ferrándiz | 2013-05-02 | 1 | -0/+1 | |
| | ||||||
* | InfoExtractors: use _download_webpage in more IEs | Jaime Marquínez Ferrándiz | 2013-05-02 | 1 | -191/+51 | |
| | | | | IEs without tests are intact. | |||||
* | InfoExtractors: fix some regular expressions where dots weren't escaped | Jaime Marquínez Ferrándiz | 2013-05-02 | 1 | -6/+6 | |
| | ||||||
* | Merge pull request #815 from JohnyMoSwag/master | Jaime Marquínez Ferrándiz | 2013-05-02 | 1 | -1/+1 | |
|\ | | | | | | | Update for new source links on worldstarhiphop.com | |||||
| * | Small update for additon of new video source links | Johny Mo Swag | 2013-05-01 | 1 | -1/+1 | |
| | | ||||||
* | | TumblrIE: fix title matching | Jaime Marquínez Ferrándiz | 2013-05-02 | 1 | -2/+2 | |
|/ | ||||||
* | Add BandcampIE (closes #568) | Jaime Marquínez Ferrándiz | 2013-05-01 | 1 | -0/+47 | |
| | ||||||
* | SoundcloudSetIE: Use upload_date in the unified format (fixes #812) | Jaime Marquínez Ferrándiz | 2013-04-29 | 1 | -1/+1 | |
| | ||||||
* | Re-enable Dailymotion (tests pass) | Philipp Hagemeister | 2013-04-27 | 1 | -1/+0 | |
| | ||||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2013-04-27 | 1 | -12/+8 | |
|\ | ||||||
| * | Fix some IEs that didn't return the uploade_date in the YYYYMMDD format | Jaime Marquínez Ferrándiz | 2013-04-27 | 1 | -10/+6 | |
| | | | | | | | | Create a function unified_strdate in utils.py to fix these problems | |||||
| * | SteamIE: accept urls with agecheck | Jaime Marquínez Ferrándiz | 2013-04-27 | 1 | -0/+1 | |
| | | ||||||
| * | YoutubePlaylistIE: don't crash with empty lists (related #808) | Jaime Marquínez Ferrándiz | 2013-04-27 | 1 | -2/+1 | |
| | | | | | | | | The playlist_title wasn't initialized. | |||||
* | | Rename soundcloud to soundcloud:set | Philipp Hagemeister | 2013-04-27 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #801 from expleo/add_referer_support | Jaime Marquínez Ferrándiz | 2013-04-26 | 1 | -1/+4 | |
|\ | ||||||
* | | IEs: clean __init__ methods | Jaime Marquínez Ferrándiz | 2013-04-24 | 1 | -54/+0 | |
| | | | | | | | | They are not needed | |||||
* | | InfoExtractors: use report_download_webpage in _request_webpage | Jaime Marquínez Ferrándiz | 2013-04-24 | 1 | -3/+3 | |
| | | | | | | | | Allows to show the warning when falling back on GenericIE | |||||
* | | Clean duplicate method report_download_webpage in InfoExtractors | Jaime Marquínez Ferrándiz | 2013-04-24 | 1 | -37/+5 | |
| | | ||||||
* | | Fix InfoQ | Jaime Marquínez Ferrándiz | 2013-04-24 | 1 | -1/+1 | |
|/ | ||||||
* | YouTube: Fall back to <meta> description if video is rated (Fixes #800) | Philipp Hagemeister | 2013-04-23 | 1 | -1/+5 | |
| | ||||||
* | YoutubeIE when no description is found use an empty unicode string (closes #800) | Jaime Marquínez Ferrándiz | 2013-04-23 | 1 | -1/+1 | |
| | ||||||
* | More calls to trouble changed to report_error | Jaime Marquínez Ferrándiz | 2013-04-23 | 1 | -21/+21 | |
| | ||||||
* | TumblrIE | Jaime Marquínez Ferrándiz | 2013-04-22 | 1 | -0/+35 | |
| | | | | I haven't found many videos to test, so it may not work for all. | |||||
* | Fix --list-formats (Closes #799) | Philipp Hagemeister | 2013-04-22 | 1 | -6/+3 | |
| | ||||||
* | SteamIE returns a playlist | Jaime Marquínez Ferrándiz | 2013-04-21 | 1 | -2/+4 | |
| | | | | With the game name as title. | |||||
* | Allow to download videos with age check from Steam | Jaime Marquínez Ferrándiz | 2013-04-21 | 1 | -9/+6 | |
| | | | | Also move method report_age_confirmation to the base IE class. | |||||
* | Clean duplicate method report_extraction in InfoExtractors | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -90/+4 | |
| | | | | A lot of IEs had implemented the method in the same way. | |||||
* | Write the method to_screen in InfoExtractor (related #608) | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -76/+80 | |
| | | | | | Except the ones in youtube subtypes (user, channels ..) all calls to _downloader.to_screen has been changed. The calls not prefixed with the IE name hasn't been touched. | |||||
* | Remove calls to _downloader.download in Youtube searchs | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -13/+8 | |
| | | | | Instead, return the urls of the videos. | |||||
* | Get the title of Youtube playlists | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -1/+3 | |
| | ||||||
* | TEDIE can now return a playlist | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -4/+9 | |
| | ||||||
* | Allows to specify which IE should be used for extracting info for a result ↵ | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -9/+7 | |
| | | | | of type url | |||||
* | Create a function in InfoExtractors that returns the InfoExtractor class ↵ | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -0/+4 | |
| | | | | with the given name | |||||
* | Fix some metacafe videos, closes #562 | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -5/+4 | |
| |