[eporner] fix for the new URL layout
authorwankerer <git@wanker.33mail.com>
Tue, 24 May 2016 17:18:36 +0000 (10:18 -0700)
committerJoe Wanker <git@wanker.33mail.com>
Tue, 24 May 2016 22:57:36 +0000 (15:57 -0700)
commit4ee0b8afdb384ad3e2d65b6b0159a801ee73d26d
tree414fff06f857ba5a5f8e0847727448d1edd613c1
parent688c634b7d95a20c6081b202427a9e5fd7f36422
[eporner] fix for the new URL layout

Recently eporner slightly changed the URL layout, the ID that used to be
digits only are now digits and letters, so youtube-dl falls back to
the generic extractor that doesn't work.

Fix the matching regex to allow letters in ID.

[v2: added a test case]
youtube_dl/extractor/eporner.py