This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
OlderNewer