mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-19 19:58:30 +00:00
Move API reference comment
This commit is contained in:
parent
ba25952b6f
commit
bd619471c3
@ -12,8 +12,6 @@
|
|||||||
)
|
)
|
||||||
from ..utils.traversal import traverse_obj
|
from ..utils.traversal import traverse_obj
|
||||||
|
|
||||||
'''APIs references - Blackboard Learn: https://developer.blackboard.com/portal/displayApi
|
|
||||||
- Blackboard Collaborate: https://github.com/blackboard/BBDN-Collab-Postman-REST'''
|
|
||||||
|
|
||||||
|
|
||||||
class BlackboardCollaborateIE(InfoExtractor):
|
class BlackboardCollaborateIE(InfoExtractor):
|
||||||
@ -103,6 +101,7 @@ class BlackboardCollaborateIE(InfoExtractor):
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# API Reference: https://github.com/blackboard/BBDN-Collab-Postman-REST
|
||||||
def _call_api(self, region, video_id, api_call='', token=None, note='Downloading JSON metadata', fatal=False):
|
def _call_api(self, region, video_id, api_call='', token=None, note='Downloading JSON metadata', fatal=False):
|
||||||
return self._download_json(f'https://{region}.bbcollab.com/collab/api/csa/recordings/{video_id}/{api_call}',
|
return self._download_json(f'https://{region}.bbcollab.com/collab/api/csa/recordings/{video_id}/{api_call}',
|
||||||
video_id, note=note,
|
video_id, note=note,
|
||||||
|
Loading…
Reference in New Issue
Block a user