projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae153e
)
Remove changed playlist test (#661)
author
Philipp Hagemeister
<phihag@phihag.de>
Sun, 3 Mar 2013 21:19:19 +0000
(22:19 +0100)
committer
Philipp Hagemeister
<phihag@phihag.de>
Sun, 3 Mar 2013 21:19:19 +0000
(22:19 +0100)
test/test_youtube_lists.py
patch
|
blob
|
history
diff --git
a/test/test_youtube_lists.py
b/test/test_youtube_lists.py
index 9c2e82ea3ddb4fe552865efeaf377c2b687c162d..f4705bc5bbee63f1cdeb10f08c34887a0b0327ba 100644
(file)
--- a/
test/test_youtube_lists.py
+++ b/
test/test_youtube_lists.py
@@
-41,12
+41,6
@@
class TestYoutubeLists(unittest.TestCase):
ytie_results = [YoutubeIE()._extract_id(r[0]) for r in dl.result]
self.assertEqual(ytie_results, [ 'bV9L5Ht9LgY', 'FXxLjLQi3Fg', 'tU3Bgo5qJZE'])
- def test_issue_661(self):
- dl = FakeDownloader()
- ie = YoutubePlaylistIE(dl)
- ie.extract('PLMCmkNmxw6Z9eduM7BZjSEh7HiU543Ig0')
- self.assertTrue(len(dl.result) > 20)
-
def test_issue_673(self):
dl = FakeDownloader()
ie = YoutubePlaylistIE(dl)