Skip to content

Instantly share code, notes, and snippets.

View woky's full-sized avatar

woky

View GitHub Profile
@woky
woky / .podcasts.lst
Last active September 2, 2021 15:44
podcastdl
# https://thehistoryofrome.typepad.com/ # finished
#https://feeds.feedburner.com/TheHistoryOfRome
# https://thehistoryofrome.typepad.com/revolutions_podcast/
https://revolutionspodcast.libsyn.com/rss
# https://thehistoryofbyzantium.com/
https://rss.acast.com/thehistoryofbyzantium
# https://darknetdiaries.com/
<?xml version='1.0' encoding='UTF-8'?>
<VerejnyWebOdpoved xmlns="urn:cz:isvs:rzp:schemas:VerejnaCast:v1" version="2.8">
<Datum>01.05.2022</Datum>
<PodnikatelID>a7adbc6cf8797fb413ad</PodnikatelID>
<Historie>1</Historie>
<PodnikatelVypis>
<Hlavicka Nadpis="Výpis z veřejné části Živnostenského rejstříku">
<CasVytvoreni Popis="Platnost k">01.05.2022 17:40:18</CasVytvoreni>
</Hlavicka>
<PodnikatelDetail>
#!/bin/bash
# Doba trvání jednoho videa (slidu, v sekundách)
DURATION=20
# Rozlišení ([WIDTH]x[HEIGHT] px)
WIDTH=1920
HEIGHT=1200
# Konec konfigurace, začátek programu