Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | release 2013.04.21 | Philipp Hagemeister | 2013-04-21 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | 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 | 2 | -1/+5 | |
| | | ||||||
* | | 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 | 2 | -12/+21 | |
| | | | | | | | | of type url | |||||
* | | Create a function in InfoExtractors that returns the InfoExtractor class ↵ | Jaime Marquínez Ferrándiz | 2013-04-20 | 2 | -1/+5 | |
| | | | | | | | | with the given name | |||||
* | | Fix some metacafe videos, closes #562 | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -5/+4 | |
| | | ||||||
* | | Use _download_webpage in MetacafeIE | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -6/+1 | |
| | | ||||||
* | | Add myself to travis notifications | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -0/+1 | |
| | | ||||||
* | | The test video for subtitles has added a new language | Jaime Marquínez Ferrándiz | 2013-04-20 | 1 | -1/+1 | |
| | | ||||||
* | | Add tests for YoutubeChannelIE | ispedals | 2013-04-19 | 2 | -4/+15 | |
| | | | | | | | | | | | | - tests for identifying channel urls - test retrieval of paginated channel - test retrieval of autogenerated channel | |||||
* | | Fix YoutubeChannelIE | ispedals | 2013-04-19 | 1 | -21/+43 | |
| | | | | | | | | | | | | - urls with query parameters now match - fixes regex for identifying videos - fixes pagination | |||||
* | | Merge branch 'extract_info_rewrite' | Jaime Marquínez Ferrándiz | 2013-04-19 | 4 | -114/+176 | |
|\ \ | ||||||
| * | | Add a playlist_index key to the info_dict, can be used in the output template | Jaime Marquínez Ferrándiz | 2013-04-16 | 2 | -0/+5 | |
| | | | ||||||
| * | | Implement the playlist/start options in FileDownloader | Jaime Marquínez Ferrándiz | 2013-04-10 | 2 | -37/+18 | |
| | | | | | | | | | | | | It makes it available for all the InfoExtractors | |||||
| * | | In MetacafeIE return a url if YoutubeIE should do the job | Jaime Marquínez Ferrándiz | 2013-04-10 | 1 | -2/+1 | |
| | | | ||||||
| * | | Change the order for extracting/downloading | Jaime Marquínez Ferrándiz | 2013-04-10 | 1 | -50/+53 | |
| | | | | | | | | | | | | Now it gets a video info and directly downloads it, the it pass to the next video founded. | |||||
| * | | Add progress counter for playlists | Jaime Marquínez Ferrándiz | 2013-04-09 | 1 | -1/+3 | |
| | | | | | | | | | | | | Closes #276 | |||||
| * | | Merge branch 'master' into extract_info_rewrite | Jaime Marquínez Ferrándiz | 2013-04-05 | 11 | -218/+550 | |
| |\ \ | ||||||
| * | | | Pass the playlist info_dict to process_info | Jaime Marquínez Ferrándiz | 2013-03-29 | 2 | -1/+11 | |
| | | | | | | | | | | | | | | | | the playlist value can be used in the output template | |||||
| * | | | Add title and id to playlist results | Jaime Marquínez Ferrándiz | 2013-03-28 | 1 | -5/+9 | |
| | | | | | | | | | | | | | | | | Not all IE give both. They are not used yet. | |||||
| * | | | Merge branch 'master' into extract_info_rewrite | Jaime Marquínez Ferrándiz | 2013-03-28 | 6 | -76/+258 | |
| |\ \ \ | ||||||
| * | | | | When a redirect is found return the new url using the new style | Jaime Marquínez Ferrándiz | 2013-03-05 | 1 | -4/+4 | |
| | | | | | ||||||
| * | | | | Add auxiliary methods to InfoExtractor to set the '_type' key and use them ↵ | Jaime Marquínez Ferrándiz | 2013-03-05 | 2 | -18/+47 | |
| | | | | | | | | | | | | | | | | | | | | for some playlist IEs | |||||
| * | | | | `extract_info` now expects `ie.extract` to return a list in the format ↵ | Jaime Marquínez Ferrándiz | 2013-03-05 | 1 | -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 Channel | Jaime Marquínez Ferrándiz | 2013-03-05 | 1 | -5/+4 | |
| | | | | | ||||||
| * | | | | Use extract_info in YoutubePlaylist and YoutubeSearch | Jaime Marquínez Ferrándiz | 2013-03-05 | 2 | -12/+12 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into extract_info_rewrite | Jaime Marquínez Ferrándiz | 2013-03-04 | 5 | -85/+40 | |
| |\ \ \ \ | ||||||
| * | | | | | Add a method for extracting info from a list of urls | Jaime Marquínez Ferrándiz | 2013-03-04 | 1 | -0/+8 | |
| | | | | | | ||||||
| * | | | | | Create extract_info method | Jaime Marquínez Ferrándiz | 2013-02-26 | 1 | -41/+44 | |
| | | | | | | ||||||
* | | | | | | Fix playlists with size 50i ∀ i∉ℕ (Closes #782) | Philipp Hagemeister | 2013-04-18 | 1 | -1/+5 | |
| | | | | | | ||||||
* | | | | | | release 2013.04.18 | Philipp Hagemeister | 2013-04-18 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Limit titles to 200 characters (Closes #789) | Philipp Hagemeister | 2013-04-18 | 1 | -0/+4 | |
| | | | | | | ||||||
* | | | | | | Fix FunnyOrDie extraction for a special video (#789) | Philipp Hagemeister | 2013-04-18 | 1 | -1/+3 | |
| | | | | | | ||||||
* | | | | | | Fix facebook IE | Philipp Hagemeister | 2013-04-18 | 1 | -5/+7 | |
| | | | | | | ||||||
* | | | | | | Revert "disable YT ratelimit; this should enable to max out the connection ↵ | Philipp Hagemeister | 2013-04-17 | 1 | -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 bandwidth | Filippo Valsorda | 2013-04-17 | 1 | -1/+1 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | release 2013.04.11 | Philipp Hagemeister | 2013-04-11 | 2 | -102/+108 | |
| | | | | | ||||||
* | | | | | Fix keek title extraction | Philipp Hagemeister | 2013-04-11 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Show whole diff in error cases | Philipp Hagemeister | 2013-04-11 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Option to dump intermediate pages | Philipp Hagemeister | 2013-04-11 | 2 | -0/+12 | |
| | | | | | ||||||
* | | | | | Use download_webpage in youtube IE | Philipp Hagemeister | 2013-04-11 | 1 | -12/+9 | |
| | | | | | ||||||
* | | | | | Skip ARD test as it requires rtmpdump | Philipp Hagemeister | 2013-04-11 | 1 | -1/+2 | |
| | | | | | ||||||
* | | | | | Re-enable Stanford OC test | Philipp Hagemeister | 2013-04-11 | 1 | -2/+1 | |
| | | | | | ||||||
* | | | | | Fix default for variable-size autonumbering | Philipp Hagemeister | 2013-04-11 | 1 | -1/+3 | |
| | | | | | ||||||
* | | | | | Merge remote-tracking branch 'sagittarian/vimeo-no-desc' | Philipp Hagemeister | 2013-04-11 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix bug when the vimeo description is empty on Python 2.x. | Adam Mesha | 2013-04-11 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Removed overly verbose options and arguments (Should be obvious from the ↵ | Philipp Hagemeister | 2013-04-11 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | previous lines) |