mosswg / dropout-dl

A tool for downloading dropout.tv episodes
GNU General Public License v3.0
29 stars 8 forks source link

Fix occasional missing captions #11

Closed MisterSheeple closed 1 year ago

MisterSheeple commented 1 year ago

Some videos randomly use en-US instead of en, which prevents DDL from downloading captions, so I'm making it check for both.

Also, apparently the "kind" JSON tag is sometimes "subtitles" instead of "captions", which causes breakage, so I changed that regex too.

MisterSheeple commented 1 year ago

Being the fool I am, I didn't test this until now. It doesn't work. I'm guessing my syntax isn't right (I'm not fluent in the C++ flavor of regex), so please feel free to correct it.

MisterSheeple commented 1 year ago

Never mind, apologies for the complete ineptitude on my part, I see now that it wasn't a regex in the first place and that's why it doesn't work. Closing until I adjust it to use a regex instead.