Commit Graph

126 Commits (d2c690828a8297c014d8053fbdee4e26fe11586a)

Author SHA1 Message Date
Jaime Marquínez Ferrándiz cfa90f4adc Merge branch 'master' into extract_info_rewrite
Filippo Valsorda 5cb3c0b319 Merge pull request by @iemejia
Removed innecesary function to convert subtitles, improved use of the youtube api
Ismael Mejia 2a4093eaf3 Added new option '--list-subs' to show the available subtitle languages
Ismael Mejia 9e62bc4439 Added new option '--sub-format' to choose the format of the subtitles to downloade (defaut=srt)
Ismael Mejia ae608b8076 Added new option '--all-srt' to download all the subtitles of a video.
Only works in youtube for the moment.
Philipp Hagemeister e32b06e977 Spiegel IE
Philipp Hagemeister 3d3423574d Fix Unicode handling GenericIE (Fixes )
Jaime Marquínez Ferrándiz 8a38a194fb Add auxiliary methods to InfoExtractor to set the '_type' key and use them for some playlist IEs
Jaime Marquínez Ferrándiz 597cc8a455 Use extract_info in YoutubePlaylist and YoutubeSearch
Philipp Hagemeister a2ae43a55f Remove changed playlist test ()
Philipp Hagemeister 7ae153ee9c Remove tweetreel - it has shut down
Philipp Hagemeister acb8752f80 fix tests in Python3, and make them parallelizable
Philipp Hagemeister 679790eee1 Do not user upper-case for non-constants
Filippo Valsorda 89de9eb125 Modified Youtube video/playlist matching; fixes ; fixes
Filippo Valsorda 6324fd1d74 Switch YTPlaylistIE to API (relevant: ); fixes ; fixes ; fixes
Philipp Hagemeister cb99797798 Test TED thumbnail
Ismael Mejia cdb130b09a Added new option '--only-srt' to download only the subtitles of a video
Improved option '--srt-lang'
 - it shows the argument in case of missing subtitles
 - added language suffix for non-english languages (e.g. video.it.srt)
Ismael Mejia 2e5d60b7db Removed conversion from youtube closed caption format to srt since youtube api supports the 'srt' format
Philipp Hagemeister 58994225bc Add tests to MySpass
Jaime Marquínez Ferrándiz 3a468f2d8b Basic support for TED
Philipp Hagemeister f0877a445e Add tests for keek
Philipp Hagemeister 3a9918d37f Escapist continues to be flaky on travis
Philipp Hagemeister b47bbac393 Disable Stanford OC test for now, and enable escapist
Philipp Hagemeister 233a22960a Switch ComedyCentral test to a permanent URL (They delete full episodes older than a month)
Philipp Hagemeister da4de959df 8tracks: Better default titles
Philipp Hagemeister d0d51a8afa 8tracks: Include performer as uploader
Philipp Hagemeister ccf65f9dee 8tracks IE (Closes )
Philipp Hagemeister b954070d70 Fix Facebook (Closes )
Philipp Hagemeister 30e9f4496b Drop md5: spec for now (unused and breaks int values)
Philipp Hagemeister bffbd5f038 Download progress hooks
Philipp Hagemeister d8bbf2018e Aggressive test timeout to catch hanging servers
Philipp Hagemeister ca0a0bbeec RBMA IE (Closes )
Philipp Hagemeister 6017964580 Merge remote-tracking branch 'jefftimesten/master'
Jeff Crouse 9450bfa26e fixed tests (used the --test option) so that they pass. go figure
Jeff Crouse 18be482a6f oops - didn't remove some reminders
Jeff Crouse ca6710ee41 made changes recommended in pull request
Philipp Hagemeister 7717ae19fa Add tests for ComedyCentral IE
Philipp Hagemeister 3a648b209c Remove .part files before and after tests
Philipp Hagemeister 511eda8eda add test for infoq
Philipp Hagemeister c073e35b1e Simplify test parameter initialization
Philipp Hagemeister 5c892b0ba9 Adapt test_download to support playlists, and remove race conditions
Philipp Hagemeister 6985325e01 Revert "In tests.json file and md5 join in a 'files' list to handle multiple-file IEs"
This made the JSON structure really unreadable and was a quick fix.

This reverts commit 6535e9511f.
Philipp Hagemeister 911ee27e83 typo
Jaime Marquínez Ferrándiz 278986ea0f ustreamIE
Filippo Valsorda 6535e9511f In tests.json file and md5 join in a 'files' list to handle multiple-file IEs
Jaime Marquínez Ferrándiz deb594a9a0 Test for steam
Filippo Valsorda 0214ce7c75 Ok, the Escapist test was passing only in my Travis repo, do not ask me why; also, a small bugfix to the latest commit
Filippo Valsorda 95fedbf86b three small edits
* ask for a --verbose log when reporting bugs in README.md
* re-enable Escapist test, seems stable now
* check that we are not downloading multiple videos when the template is fixed (NOT a complete fix: not detecting playlists)
Philipp Hagemeister 3bb6165927 Allow ampersand right after ? in youtube URLs (Closes )
Philipp Hagemeister d0d4f277da TweetReel IE