summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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.
| * | Add progress counter for playlistsJaime Marquínez Ferrándiz2013-04-091-1/+3
| | | | | | | | | | | | Closes #276
| * | Merge branch 'master' into extract_info_rewriteJaime Marquínez Ferrándiz2013-04-0511-218/+550
| |\ \
| * | | Pass the playlist info_dict to process_infoJaime Marquínez Ferrándiz2013-03-292-1/+11
| | | | | | | | | | | | | | | | the playlist value can be used in the output template
| * | | Add title and id to playlist resultsJaime Marquínez Ferrándiz2013-03-281-5/+9
| | | | | | | | | | | | | | | | Not all IE give both. They are not used yet.
| * | | Merge branch 'master' into extract_info_rewriteJaime Marquínez Ferrándiz2013-03-286-76/+258
| |\ \ \
| * | | | When a redirect is found return the new url using the new styleJaime Marquínez Ferrándiz2013-03-051-4/+4
| | | | |
| * | | | Add auxiliary methods to InfoExtractor to set the '_type' key and use them ↵Jaime Marquínez Ferrándiz2013-03-052-18/+47
| | | | | | | | | | | | | | | | | | | | for some playlist IEs
| * | | | `extract_info` now expects `ie.extract` to return a list in the format ↵Jaime Marquínez Ferrándiz2013-03-051-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | proposed in issue 608. Each element should have a '_type' key specifying if it's a video, an url or a playlist. `extract_info` will process each element to get the full info
| * | | | Use extract_info in BlipTV User and Youtube ChannelJaime Marquínez Ferrándiz2013-03-051-5/+4
| | | | |
| * | | | Use extract_info in YoutubePlaylist and YoutubeSearchJaime Marquínez Ferrándiz2013-03-052-12/+12
| | | | |
| * | | | Merge branch 'master' into extract_info_rewriteJaime Marquínez Ferrándiz2013-03-045-85/+40
| |\ \ \ \
| * | | | | Add a method for extracting info from a list of urlsJaime Marquínez Ferrándiz2013-03-041-0/+8
| | | | | |
| * | | | | Create extract_info methodJaime Marquínez Ferrándiz2013-02-261-41/+44
| | | | | |
* | | | | | Fix playlists with size 50i ∀ i∉ℕ (Closes #782)Philipp Hagemeister2013-04-181-1/+5
| | | | | |
* | | | | | release 2013.04.18Philipp Hagemeister2013-04-181-1/+1
| | | | | |
* | | | | | Limit titles to 200 characters (Closes #789)Philipp Hagemeister2013-04-181-0/+4
| | | | | |
* | | | | | Fix FunnyOrDie extraction for a special video (#789)Philipp Hagemeister2013-04-181-1/+3
| | | | | |
* | | | | | Fix facebook IEPhilipp Hagemeister2013-04-181-5/+7
| | | | | |
* | | | | | Revert "disable YT ratelimit; this should enable to max out the connection ↵Philipp Hagemeister2013-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bandwidth" Although cool, that seems to break a lot of youtube videos. This reverts commit a60b854d9099e5a286accf8065d1dc9e00a4bfe6.
* | | | | | disable YT ratelimit; this should enable to max out the connection bandwidthFilippo Valsorda2013-04-171-1/+1
| |_|_|_|/ |/| | | |
* | | | | release 2013.04.11Philipp Hagemeister2013-04-112-102/+108
| | | | |
* | | | | Fix keek title extractionPhilipp Hagemeister2013-04-111-1/+1
| | | | |
* | | | | Show whole diff in error casesPhilipp Hagemeister2013-04-111-0/+1
| | | | |
* | | | | Option to dump intermediate pagesPhilipp Hagemeister2013-04-112-0/+12
| | | | |
* | | | | Use download_webpage in youtube IEPhilipp Hagemeister2013-04-111-12/+9
| | | | |
* | | | | Skip ARD test as it requires rtmpdumpPhilipp Hagemeister2013-04-111-1/+2
| | | | |
* | | | | Re-enable Stanford OC testPhilipp Hagemeister2013-04-111-2/+1
| | | | |
* | | | | Fix default for variable-size autonumberingPhilipp Hagemeister2013-04-111-1/+3
| | | | |
* | | | | Merge remote-tracking branch 'sagittarian/vimeo-no-desc'Philipp Hagemeister2013-04-111-1/+1
|\ \ \ \ \
| * | | | | Fix bug when the vimeo description is empty on Python 2.x.Adam Mesha2013-04-111-1/+1
| | | | | |
* | | | | | Removed overly verbose options and arguments (Should be obvious from the ↵Philipp Hagemeister2013-04-111-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | previous lines)