Files
yt-dlp/yt_dlp
scrat5h 9ecbbcd844 [extractor/pornhub] Remove fetch of /video/get_media for formats
Previously URLs that contained `/video/get_media` returned JSON with
available formats.

Some time ago Pornhub seem to removed this endpoint and has started to
return `HTTP Error 403: Forbidden`, see #4298.

Nowadays it seem to serve originally requested html page which, of
course, cannot be parsed with JSON parser. yt-dlp produced WARNING:

```
Failed to parse JSON: Expecting value in '': line 1 column 1 (char 0).
```

Since we are already getting format of the video by other means
(`mpd` or `m3u8`) this change removes fetching of URLs that don't
provide value to us anymore.

Fixes: #5615
2022-11-22 23:03:04 +01:00
..
2022-11-11 15:48:29 +05:30
2022-11-11 15:48:29 +05:30
2022-11-07 02:18:30 +05:30
2022-07-31 03:35:16 +05:30
2022-11-07 02:32:36 +05:30
2022-06-25 00:08:55 +05:30
2022-11-11 15:48:29 +05:30
2022-11-19 09:04:01 +05:30
2022-11-11 10:37:46 +00:00
2022-11-20 14:14:42 +05:30