NewLeaf/extractors
bopol 66b7d1bec8
Fix regular captions
This removes all of the code that was previously used to get them from
/timedtext, and instead, always uses whatever is extracted from the
video page.

This does unfortunately now require a whole video fetch just for the
captions. But assuming captions are only requested by a frontend, this
won't be a problem due to the memory cache. The captions link will be
in memory because the just-requested video is in memory too.
2021-12-16 12:23:26 +13:00
..
captions.py Fix regular captions 2021-12-16 12:23:26 +13:00
channel.py Support premiere videos on channel 2021-07-01 23:42:53 +12:00
comments.py Retrieve the first 20 comments of a video on /api/v1/comments/:videoid 2021-07-02 00:53:05 +12:00
manifest.py Refactor everything to separate files 2020-08-14 02:20:11 +12:00
search.py Change cookies to skip EU cookie consent page 2021-05-15 22:29:44 +12:00
suggestions.py Refactor everything to separate files 2020-08-14 02:20:11 +12:00
video.py Do not extract storyboards into v/a formats 2021-12-08 22:33:48 +13:00