Authored by: bashonly
This commit is contained in:
bashonly 2024-10-29 16:48:24 -05:00
parent 5aa715915b
commit 61007bb684
No known key found for this signature in database
GPG key ID: 783F096F253D15B0

View file

@ -18,16 +18,18 @@ class GameDevTVDashboardIE(InfoExtractor):
_API_HEADERS = {} _API_HEADERS = {}
_TESTS = [{ _TESTS = [{
'url': 'https://www.gamedev.tv/dashboard/courses/25', 'url': 'https://www.gamedev.tv/dashboard/courses/25',
'md5': 'ece542a1071018d5a09e0dc91a843763',
'info_dict': { 'info_dict': {
'playlist': 'Complete Blender Creator 3: Learn 3D Modelling for Beginners', 'id': '25',
'playlist_id': 25, 'title': 'Complete Blender Creator 3: Learn 3D Modelling for Beginners',
'chapter_id': '01', 'tags': ['blender', 'course', 'all', 'box modelling', 'sculpting'],
'chapter': 'Introduction & Setup', 'categories': ['Blender', '3D Art'],
'id': '01', 'thumbnail': 'https://gamedev-files.b-cdn.net/courses/qisc9pmu1jdc.jpg',
'ext': 'mp4', 'upload_date': '20220516',
'title': 'Section Intro - Introduction To Blender', 'timestamp': 1652694420,
'modified_date': '20241027',
'modified_timestamp': 1730049658,
}, },
'playlist_count': 100,
}] }]
def _perform_login(self, username, password): def _perform_login(self, username, password):