1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-07-01 09:50:05 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Dong Heon Hee
f14c1293c8
Merge da798adb3a into a8520244b8 2024-06-23 07:18:39 +05:30
hui1601
da798adb3a
[ie/AfreecaTV] downgrade api protocol to http 2024-06-13 19:19:22 +09:00

View File

@ -185,7 +185,7 @@ class AfreecaTVIE(AfreecaTVBaseIE):
def _real_extract(self, url):
video_id = self._match_id(url)
data = self._download_json(
'https://api.m.afreecatv.com/station/video/a/view', video_id,
'http://api.m.afreecatv.com/station/video/a/view', video_id,
headers={'Referer': url}, data=urlencode_postdata({
'nTitleNo': video_id,
'nApiLevel': 10,