aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/bambuser.py
AgeCommit message (Collapse)Author
2014-08-28Move playlist tests to extractors.Philipp Hagemeister
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).
2014-01-07More unicode literalsPhilipp Hagemeister
2013-12-04Correct some extractor _VALID_URL regexesdst
2013-11-25[bambuser] Skip the download in the testJaime Marquínez Ferrándiz
It doesn't respect the 'Range' header.
2013-11-16[bambuser] Do not test for MD5, seems to be flakyPhilipp Hagemeister
2013-11-02[bambuser] Add an extractor for channels (closes #1702)Jaime Marquínez Ferrándiz
2013-11-02Add an extractor for bambuser.com (#1702)Jaime Marquínez Ferrándiz