summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix some IEs that didn't return the uploade_date in the YYYYMMDD formatJaime Marquínez Ferrándiz2013-04-273-11/+29
| | | | | | | | | | | | Create a function unified_strdate in utils.py to fix these problems
| * | Allow to select videos to download by their upload dates (related #137)Jaime Marquínez Ferrándiz2013-04-274-1/+54
| | | | | | | | | | | | Only absolute dates.
| * | SteamIE: accept urls with agecheckJaime Marquínez Ferrándiz2013-04-271-0/+1
| | |
| * | YoutubePlaylistIE: don't crash with empty lists (related #808)Jaime Marquínez Ferrándiz2013-04-272-2/+8
| | | | | | | | | | | | The playlist_title wasn't initialized.
* | | Rename soundcloud to soundcloud:setPhilipp Hagemeister2013-04-271-1/+1
|/ /
* | Merge pull request #801 from expleo/add_referer_supportJaime Marquínez Ferrándiz2013-04-263-1/+13
|\ \ | |/ |/|
| * Updated READMEBjorn Heesakkers2013-04-241-0/+1
| |
| * Adds support for passing a referer.Bjorn Heesakkers2013-04-241-0/+6
| |
* | IEs: clean __init__ methodsJaime Marquínez Ferrándiz2013-04-241-54/+0
| | | | | | | | They are not needed
* | InfoExtractors: use report_download_webpage in _request_webpageJaime Marquínez Ferrándiz2013-04-241-3/+3
| | | | | | | | Allows to show the warning when falling back on GenericIE
* | Clean duplicate method report_download_webpage in InfoExtractorsJaime Marquínez Ferrándiz2013-04-241-37/+5
| |
* | Fix InfoQJaime Marquínez Ferrándiz2013-04-241-1/+1
|/
* YouTube: Fall back to <meta> description if video is rated (Fixes #800)Philipp Hagemeister2013-04-231-1/+5
|
* YoutubeIE when no description is found use an empty unicode string (closes #800)Jaime Marquínez Ferrándiz2013-04-231-1/+1
|
* More calls to trouble changed to report_errorJaime Marquínez Ferrándiz2013-04-232-28/+28
|
* Disable colored messages in Windows (related #794)Jaime Marquínez Ferrándiz2013-04-231-2/+2
|
* Document order of preference for format selection (closes #798)Jaime Marquínez Ferrándiz2013-04-232-2/+4
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-04-221-1/+1
|\
| * Merge pull request #797 from AI0867/patch-1Philipp Hagemeister2013-04-221-1/+1
| |\ | | | | | | Use standard unit symbols in format_bytes
| | * Use standard unit symbols in format_bytesAlexander van Gessel2013-04-211-1/+1
| | |
* | | Correct indentationPhilipp Hagemeister2013-04-221-5/+4
|/ /
* | Do not read configuration files if explicit arguments are given by a host ↵Philipp Hagemeister2013-04-221-10/+15
| | | | | | | | program (#792)
* | Merge pull request #792 from fp7/masterJaime Marquínez Ferrándiz2013-04-221-7/+7
|\ \ | | | | | | Parameters as arguments to main
| * | Added parenthesis for explicityFinn Petersen2013-04-221-1/+1
| | |
| * | Arguments as parameter to function _real_main so it can be used programmaticallyFinn Petersen2013-04-161-7/+7
| | |
* | | TumblrIEJaime Marquínez Ferrándiz2013-04-222-0/+44
| | | | | | | | | | | | I haven't found many videos to test, so it may not work for all.
* | | release 2013.04.22Philipp Hagemeister2013-04-222-5/+7
| | |
* | | Fix --list-formats (Closes #799)Philipp Hagemeister2013-04-222-6/+5
| | |
* | | Add playlist and playlist_index to the help string for the output optionJaime Marquínez Ferrándiz2013-04-221-1/+10
| | | | | | | | | | | | Also split the help string in different lines to make editing easier.
* | | SteamIE returns a playlistJaime Marquínez Ferrándiz2013-04-211-2/+4
| | | | | | | | | | | | With the game name as title.
* | | Allow to download videos with age check from SteamJaime Marquínez Ferrándiz2013-04-211-9/+6
| | | | | | | | | | | | Also move method report_age_confirmation to the base IE class.
* | | release 2013.04.21Philipp Hagemeister2013-04-211-1/+1
| |/ |/|
* | Clean duplicate method report_extraction in InfoExtractorsJaime Marquínez Ferrándiz2013-04-201-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ándiz2013-04-201-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 searchsJaime Marquínez Ferrándiz2013-04-201-13/+8
| | | | | | | | Instead, return the urls of the videos.
* | Get the title of Youtube playlistsJaime Marquínez Ferrándiz2013-04-202-1/+5
| |
* | TEDIE can now return a playlistJaime Marquínez Ferrándiz2013-04-201-4/+9
| |
* | Allows to specify which IE should be used for extracting info for a result ↵Jaime Marquínez Ferrándiz2013-04-202-12/+21
| | | | | | | | of type url
* | Create a function in InfoExtractors that returns the InfoExtractor class ↵Jaime Marquínez Ferrándiz2013-04-202-1/+5
| | | | | | | | with the given name
* | Fix some metacafe videos, closes #562Jaime Marquínez Ferrándiz2013-04-201-5/+4
| |
* | Use _download_webpage in MetacafeIEJaime Marquínez Ferrándiz2013-04-201-6/+1
| |
* | Add myself to travis notificationsJaime Marquínez Ferrándiz2013-04-201-0/+1
| |
* | The test video for subtitles has added a new languageJaime Marquínez Ferrándiz2013-04-201-1/+1
| |
* | Add tests for YoutubeChannelIEispedals2013-04-192-4/+15
| | | | | | | | | | | | - tests for identifying channel urls - test retrieval of paginated channel - test retrieval of autogenerated channel
* | Fix YoutubeChannelIEispedals2013-04-191-21/+43
| | | | | | | | | | | | - urls with query parameters now match - fixes regex for identifying videos - fixes pagination
* | Merge branch 'extract_info_rewrite'Jaime Marquínez Ferrándiz2013-04-194-114/+176
|\ \
| * | Add a playlist_index key to the info_dict, can be used in the output templateJaime Marquínez Ferrándiz2013-04-162-0/+5
| | |
| * | Implement the playlist/start options in FileDownloaderJaime Marquínez Ferrándiz2013-04-102-37/+18
| | | | | | | | | | | | It makes it available for all the InfoExtractors
| * | In MetacafeIE return a url if YoutubeIE should do the jobJaime Marquínez Ferrándiz2013-04-101-2/+1
| | |
| * | Change the order for extracting/downloadingJaime Marquínez Ferrándiz2013-04-101-50/+53
| | | | | | | | | | | | Now it gets a video info and directly downloads it, the it pass to the next video founded.