Philipp Hagemeister
8749b71273
Fix FakeDownloaders
12 years ago
Jaime Marquínez Ferrándiz
ba7c775a04
Remove a commented line I forgot.
[ci skip]
12 years ago
Philipp Hagemeister
9665577802
Adapt tests to changes in youtube's "Most Popular" channel
12 years ago
Jaime Marquínez Ferrándiz
37254abc36
Allow to use relative dates in the format (now|today)[+-][0-9](day|week|month|year)(s)? ( Closes #137 )
Also fix DateRange not accepting ranges of one day.
12 years ago
Jaime Marquínez Ferrándiz
bf50b0383e
Fix some IEs that didn't return the uploade_date in the YYYYMMDD format
Create a function unified_strdate in utils.py to fix these problems
12 years ago
Jaime Marquínez Ferrándiz
bd55852517
Allow to select videos to download by their upload dates (related #137 )
Only absolute dates.
12 years ago
Jaime Marquínez Ferrándiz
aba8df23ed
YoutubePlaylistIE: don't crash with empty lists (related #808 )
The playlist_title wasn't initialized.
12 years ago
Jaime Marquínez Ferrándiz
c15e024141
TumblrIE
I haven't found many videos to test, so it may not work for all.
12 years ago
Jaime Marquínez Ferrándiz
c72938240e
Get the title of Youtube playlists
12 years ago
Jaime Marquínez Ferrándiz
9341212642
Create a function in InfoExtractors that returns the InfoExtractor class with the given name
12 years ago
Jaime Marquínez Ferrándiz
49da66e459
The test video for subtitles has added a new language
12 years ago
ispedals
fb6c319904
Add tests for YoutubeChannelIE
- tests for identifying channel urls
- test retrieval of paginated channel
- test retrieval of autogenerated channel
12 years ago
Philipp Hagemeister
744435f2a4
Show whole diff in error cases
12 years ago
Philipp Hagemeister
0ba994e9e3
Skip ARD test as it requires rtmpdump
12 years ago
Philipp Hagemeister
af9ad45cd4
Re-enable Stanford OC test
12 years ago
Philipp Hagemeister
b03d65c237
Minor improvements for ARD IE
12 years ago
Filippo Valsorda
90a99c1b5e
retry on UnavailableVideoError
12 years ago
Filippo Valsorda
f375d4b7de
import all IEs when testing to resemble more closely the real env
12 years ago
Filippo Valsorda
0cd358676c
Rebased, fixed and extended LiveLeak.com support
close #757 - close #761
12 years ago
Johny Mo Swag
44e939514e
Added test for WorldStarHipHop
12 years ago
Ismael Mejia
2a4093eaf3
Added new option '--list-subs' to show the available subtitle languages
12 years ago
Ismael Mejia
9e62bc4439
Added new option '--sub-format' to choose the format of the subtitles to downloade (defaut=srt)
12 years ago
Ismael Mejia
ae608b8076
Added new option '--all-srt' to download all the subtitles of a video.
Only works in youtube for the moment.
12 years ago
Philipp Hagemeister
e32b06e977
Spiegel IE
12 years ago
Filippo Valsorda
8cc83b8dbe
Bubble up all the stack of exceptions and retry download tests on timeout errors
12 years ago
Philipp Hagemeister
3d3423574d
Fix Unicode handling GenericIE ( Fixes #734 )
12 years ago
Jaime Marquínez Ferrándiz
8a38a194fb
Add auxiliary methods to InfoExtractor to set the '_type' key and use them for some playlist IEs
12 years ago
Jaime Marquínez Ferrándiz
597cc8a455
Use extract_info in YoutubePlaylist and YoutubeSearch
12 years ago
Philipp Hagemeister
a2ae43a55f
Remove changed playlist test ( #661 )
12 years ago
Philipp Hagemeister
7ae153ee9c
Remove tweetreel - it has shut down
12 years ago
Philipp Hagemeister
acb8752f80
fix tests in Python3, and make them parallelizable
12 years ago
Philipp Hagemeister
679790eee1
Do not user upper-case for non-constants
12 years ago
Filippo Valsorda
89de9eb125
Modified Youtube video/playlist matching; fixes #668 ; fixes #585
12 years ago
Filippo Valsorda
6324fd1d74
Switch YTPlaylistIE to API (relevant: #586 ); fixes #651 ; fixes #673 ; fixes #661
12 years ago
Philipp Hagemeister
cb99797798
Test TED thumbnail
12 years ago
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)
12 years ago
Ismael Mejia
2e5d60b7db
Removed conversion from youtube closed caption format to srt since youtube api supports the 'srt' format
12 years ago
Jaime Marquínez Ferrándiz
3a468f2d8b
Basic support for TED
12 years ago
Philipp Hagemeister
f0877a445e
Add tests for keek
12 years ago
Philipp Hagemeister
3a9918d37f
Escapist continues to be flaky on travis
12 years ago
Philipp Hagemeister
b47bbac393
Disable Stanford OC test for now, and enable escapist
12 years ago
Philipp Hagemeister
233a22960a
Switch ComedyCentral test to a permanent URL (They delete full episodes older than a month)
12 years ago
Philipp Hagemeister
da4de959df
8tracks: Better default titles
12 years ago
Philipp Hagemeister
d0d51a8afa
8tracks: Include performer as uploader
12 years ago
Philipp Hagemeister
ccf65f9dee
8tracks IE ( Closes #652 )
12 years ago
Philipp Hagemeister
b954070d70
Fix Facebook ( Closes #375 )
12 years ago
Philipp Hagemeister
30e9f4496b
Drop md5: spec for now (unused and breaks int values)
12 years ago
Philipp Hagemeister
bffbd5f038
Download progress hooks
12 years ago
Philipp Hagemeister
d8bbf2018e
Aggressive test timeout to catch hanging servers
12 years ago
Philipp Hagemeister
ca0a0bbeec
RBMA IE ( Closes #630 )
12 years ago