Browse Source

[techtalks] Allow URL-s with name part omitted.

totalwebcasting
Aleksander Nitecki 8 years ago
committed by Sergey M․
parent
commit
539c881bfc
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/techtalks.py

+ 1
- 1
youtube_dl/extractor/techtalks.py View File

@ -10,7 +10,7 @@ from ..utils import (
class TechTalksIE(InfoExtractor):
_VALID_URL = r'https?://techtalks\.tv/talks/[^/]*/(?P<id>\d+)/'
_VALID_URL = r'https?://techtalks\.tv/talks/(?:[^/]*/)?(?P<id>\d+)/'
_TEST = {
'url': 'http://techtalks.tv/talks/learning-topic-models-going-beyond-svd/57758/',


Loading…
Cancel
Save