[ninegag] Add support for p/ URLs

This commit is contained in:
Philipp Hagemeister 2014-04-11 01:25:24 +02:00
parent 5c802bac37
commit 4be9f8c814
2 changed files with 29 additions and 6 deletions

View file

@ -172,5 +172,6 @@ class TestAllURLsMatching(unittest.TestCase):
'https://screen.yahoo.com/smartwatches-latest-wearable-gadgets-163745379-cbs.html',
['Yahoo'])
if __name__ == '__main__':
unittest.main()