Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-29 | [gamestar] Use helper methods to not break if something changes (#3393) | Philipp Hagemeister | |
2014-07-29 | [gamestar] Add new extractor (init) | SyxbEaEQ2 | |
2014-07-29 | [gamestar] Add new extractor | SyxbEaEQ2 | |
2014-07-28 | [extractor/common] _extract_f4m_formats: Use more specific messages when ↵ | Jaime Marquínez Ferrándiz | |
downloading the manifest | |||
2014-07-28 | [bloomberg] Extract the available formats (closes #2776) | Jaime Marquínez Ferrándiz | |
It uses a helper method in the InfoExtractor class. The downloader will pick the requested formats using the bitrate in the info dict. | |||
2014-07-28 | [francetv] Fix wrong variable name | Jaime Marquínez Ferrándiz | |
2014-07-28 | [francetv] Extract all the available formats (#3278) | Jaime Marquínez Ferrándiz | |
For some videos the resolution is not included in the url, we will need to look in the m3u8 manifest. | |||
2014-07-28 | [br] Extract duration | Sergey M․ | |
2014-07-28 | [br] Fix test | Sergey M․ | |
2014-07-28 | [blinkx] Fix duration | Sergey M․ | |
2014-07-28 | [bandcamp] Replace 404 playlist test | Sergey M․ | |
2014-07-27 | [godtube] Add extractor (Closes #3367) | Sergey M․ | |
2014-07-27 | [streamcloud] Remove duration and modernize (Closes #3374) | Sergey M․ | |
2014-07-26 | [abc] Add extractor (closes #3361) | Jaime Marquínez Ferrándiz | |
2014-07-25 | [YouTubeDL] Best practices (Closes #3370) | Philipp Hagemeister | |
2014-07-25 | [tvplay] Add extractor (Closes #3245) | Sergey M․ | |
2014-07-25 | [livestream] Do not fail if SMIL download fails | Philipp Hagemeister | |
2014-07-25 | [livestream] Make clipBegin optional in SMIL | Philipp Hagemeister | |
2014-07-25 | [justin.tv] Fix page reporting (#3352) | Philipp Hagemeister | |
youtube-dl -j http://www.twitch.tv/fang_i3anger still fails though. | |||
2014-07-25 | [livestream] Parse SMIL (#2713) | Philipp Hagemeister | |
2014-07-25 | release 2014.07.25.12014.07.25.1 | Philipp Hagemeister | |
2014-07-25 | [gdcvault] Add support for direct URL video type | Philipp Hagemeister | |
Fixes #3356 | |||
2014-07-25 | [extractor/common] PEP8 | Philipp Hagemeister | |
2014-07-25 | release 2014.07.252014.07.25 | Philipp Hagemeister | |
2014-07-25 | [jsinterp] Fix slice | Philipp Hagemeister | |
2014-07-25 | [jsinterp] Add new testcase | Philipp Hagemeister | |
2014-07-25 | [jsinterp] Allow uppercase object names | Philipp Hagemeister | |
2014-07-25 | [youtube] Fix player ID display | Philipp Hagemeister | |
2014-07-24 | [shared] Add extractor (Closes #3312) | Sergey M․ | |
2014-07-24 | Replace failure handling with up-front check. | Philipp Hagemeister | |
The only time that write_string should fail is if the Python is completely braindead. Check for that condition and output a more accurate warning. See #3326 for details. | |||
2014-07-24 | Add --rm-cache-dir | Philipp Hagemeister | |
2014-07-24 | deprecate --title | Philipp Hagemeister | |
This is the default already. If you want a specific format, pick it with -o or --id. | |||
2014-07-24 | Reorder filesytem options | Philipp Hagemeister | |
* Push down the deprecated ones * Roughly order file-name, no-*, write-*, further options | |||
2014-07-24 | Group cache-related options under filesystem | Philipp Hagemeister | |
2014-07-24 | Regroup and hide workaround options | Philipp Hagemeister | |
These options are rarely necessary. Hide them to make the important options in the general group more obvious. | |||
2014-07-24 | [test_youtube_signatures] Modernize | Philipp Hagemeister | |
2014-07-24 | [jsinterp] Do not expect dot in simple function call | Philipp Hagemeister | |
2014-07-24 | release 2014.07.242014.07.24 | Philipp Hagemeister | |
2014-07-24 | [jsinterp] 'reverse' modifies the array in place (fixes #3334) | Jaime Marquínez Ferrándiz | |
2014-07-24 | [jsinterp] Implement splice and general improvement | Philipp Hagemeister | |
I still get 403s on YouTube though. | |||
2014-07-23 | [krasview] Add extractor (Closes #3313) | Sergey M․ | |
2014-07-23 | [youtube] Extract the 'sts' parameter from the webpage (fixes #3327) | Jaime Marquínez Ferrándiz | |
2014-07-23 | [ffmpeg] PEP8 and a more obvious variable name | Philipp Hagemeister | |
2014-07-23 | Deletes temp files after postprocess merge unless -k option is specified | rupertbaxter2 | |
2014-07-23 | Remove legacy FileDownloader (Closes #2964) | Philipp Hagemeister | |
2014-07-23 | Remove unused imports | Philipp Hagemeister | |
2014-07-23 | [wdr] fix up imports | Philipp Hagemeister | |
2014-07-23 | Do not import from legacy FileDownloader class | Philipp Hagemeister | |
2014-07-23 | release 2014.07.23.22014.07.23.2 | Philipp Hagemeister | |
2014-07-23 | [YoutubeDL] Make sure we really, really get out the encoding string | Philipp Hagemeister | |
Fixes #3326 Apparently, on some platforms, even outputting this fails already. |