1
0
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:
flanter21 2025-07-16 15:52:31 +03:00
parent ba25952b6f
commit bd619471c3

View File

@ -12,8 +12,6 @@
)
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):
@ -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):
return self._download_json(f'https://{region}.bbcollab.com/collab/api/csa/recordings/{video_id}/{api_call}',
video_id, note=note,