Browse Source

[academicearth] Support playlists (Closes #1976)

totalwebcasting
Philipp Hagemeister 11 years ago
parent
commit
ec98946ef9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/academicearth.py

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

@ -9,7 +9,7 @@ from ..utils import (
class AcademicEarthCourseIE(InfoExtractor):
_VALID_URL = r'^https?://(?:www\.)?academicearth\.org/courses/(?P<id>[^?#/]+)'
_VALID_URL = r'^https?://(?:www\.)?academicearth\.org/(?:courses|playlists)/(?P<id>[^?#/]+)'
IE_NAME = u'AcademicEarth:Course'
def _real_extract(self, url):


Loading…
Cancel
Save