Move playlist tests to extractors.
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 27 Aug 2014 22:58:24 +0000 (00:58 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 27 Aug 2014 22:58:24 +0000 (00:58 +0200)
commit22a6f15061127045f4d6ae1ff4efc922fa372cc2
treef0df2ab32f301b3c66b6d9d147e49fe177e27a55
parent259454525f9fe41947e6e05882336b7196fc8fce
Move playlist tests to extractors.

From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
27 files changed:
test/helper.py
test/parameters.json
test/test_download.py
test/test_playlists.py [deleted file]
youtube_dl/extractor/academicearth.py
youtube_dl/extractor/aol.py
youtube_dl/extractor/bambuser.py
youtube_dl/extractor/bandcamp.py
youtube_dl/extractor/cspan.py
youtube_dl/extractor/dailymotion.py
youtube_dl/extractor/everyonesmixtape.py
youtube_dl/extractor/generic.py
youtube_dl/extractor/imdb.py
youtube_dl/extractor/instagram.py
youtube_dl/extractor/ivi.py
youtube_dl/extractor/khanacademy.py
youtube_dl/extractor/livestream.py
youtube_dl/extractor/nhl.py
youtube_dl/extractor/rutube.py
youtube_dl/extractor/smotri.py
youtube_dl/extractor/soundcloud.py
youtube_dl/extractor/teachertube.py
youtube_dl/extractor/ted.py
youtube_dl/extractor/toypics.py
youtube_dl/extractor/ustream.py
youtube_dl/extractor/vine.py
youtube_dl/extractor/xtube.py