diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-04-13 03:19:56 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-04-13 03:22:24 +0200 |
commit | de906ef54373bcc397895f770992854004248cc4 (patch) | |
tree | b5ae9e811fcc262f6a5cacd6bad61e147f2d4a16 /test/test_all_urls.py | |
parent | 2fb3deeca166821cdfe45804b7aa4e27dfdbff62 (diff) |
[aol] Add support for playlists (Fixes #2730)
Diffstat (limited to 'test/test_all_urls.py')
-rw-r--r-- | test/test_all_urls.py | 1 |
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() |