about summary refs log tree commit diff
path: root/test/test_all_urls.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-04-13 03:19:56 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2014-04-13 03:22:24 +0200
commitde906ef54373bcc397895f770992854004248cc4 (patch)
treeb5ae9e811fcc262f6a5cacd6bad61e147f2d4a16 /test/test_all_urls.py
parent2fb3deeca166821cdfe45804b7aa4e27dfdbff62 (diff)
downloadyoutube-dl-de906ef54373bcc397895f770992854004248cc4.tar.gz
youtube-dl-de906ef54373bcc397895f770992854004248cc4.tar.xz
youtube-dl-de906ef54373bcc397895f770992854004248cc4.zip
[aol] Add support for playlists (Fixes #2730)
Diffstat (limited to 'test/test_all_urls.py')
-rw-r--r--test/test_all_urls.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_all_urls.py b/test/test_all_urls.py
index d180f23cc..7f7362a3a 100644
--- a/test/test_all_urls.py
+++ b/test/test_all_urls.py
@@ -176,6 +176,5 @@ class TestAllURLsMatching(unittest.TestCase):
             'https://screen.yahoo.com/smartwatches-latest-wearable-gadgets-163745379-cbs.html',
             ['Yahoo'])
 
-
 if __name__ == '__main__':
     unittest.main()