Fitzy1293 / PKA

Things for the PKA podcast.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PKA Timeline Tracking - Most recent update => PKA 520

Concatenate LegitimateRage's descriptions into one text file.

This playlist had the most complete list of PKA urls.

Here's the link to the file

I use it to power a discord PKA topic search bot. Here's the link to add it to a server.

To get the descriptions I used yt-dl (R.I.P their github page) with the command

youtube-dl "$(cat playlist-url)" --write-info-json --skip-download -i

Some were still not in that playlist so I ran this with the missing episode's URL as the argument.

cd json && youtube-dl "$1" --write-info-json --skip-download -i && cd ..

The code mostly deals with finding the episode number from the json file names to sort.

About

Things for the PKA podcast.


Languages

Language:Python 96.3%Language:Shell 3.7%