Browse Source

Merge pull request #6774 from remitamine/academicearth

[academicearth] fix test info
totalwebcasting
Sergey M. 9 years ago
parent
commit
4d71e200c6
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

@ -15,7 +15,7 @@ class AcademicEarthCourseIE(InfoExtractor):
'title': 'Laws of Nature', 'title': 'Laws of Nature',
'description': 'Introduce yourself to the laws of nature with these free online college lectures from Yale, Harvard, and MIT.', 'description': 'Introduce yourself to the laws of nature with these free online college lectures from Yale, Harvard, and MIT.',
}, },
'playlist_count': 4,
'playlist_count': 3,
} }
def _real_extract(self, url): def _real_extract(self, url):


Loading…
Cancel
Save