It was originally there to avoid exceeding 80cols, but this is a better way.
Mark Colbert test with actual playlist count of 30, instead of a minimum. 30 is 15 clips and 15 full episodes. Add another test (only_matching) for a show with no clips, only episodes: Star Trek. playlist count is 15.
File "test/test_all_urls.py", line 98, in test_no_duplicates '%s should not match URL %r . That URL belongs to %s.' % (type(ie).__name__, url, tc['name'])) AssertionError: CBSShowIE should not match URL u'http://www.cbs.com/shows/garth-brooks/video/_u7W953k6la293J7EPTd9oHkSPs6Xn6_/connect-chat-feat-garth-brooks/' . That URL belongs to CBS. Soltution is to anchor the regexp with a $, while permitting an optional terminal /
vier.be and vijf.be run on the same CMS and are property of the same company, so the same extractor can be used for both of them.
Thanks @spacemeowx2 for the algo. Ref: https://gist.github.com/spacemeowx2/629b1d131bd7e240a7d28742048e80fc Closes #12316
Due to causing out of sync issue
Almost all videos now use the pagelet type 'permalink_video_pagelet'
Closes #12324
Thanks @tv21 for the fix!
Used in daisuki.net (#4738) Both are adapted from public domain PyCrypto: https://github.com/dlitz/pycrypto/blob/master/lib/Crypto/Util/number.py
Used in daisuki.net (#4738)