temporarily remove the easter egg to unclutter the code

This commit is contained in:
Dominique Liberda 2023-04-21 21:34:44 +02:00
parent fe0fb5e42a
commit c491f1ec60

View file

@ -7,41 +7,7 @@ fi
declare -A strings
#if [[ ! "$(which haruhi-dl)" ]]; then
# strings[error]='Could not load video'
# source templates/head.sh
# source "${cfg[namespace]}/templates/header.shs"
# render strings "${cfg[namespace]}/templates/themes/${cfg[template]}/watch_error.t"
# return
#fi
if [[ "${get_data[v]}" ]]; then
if [[ "${get_data[v]}" == '18l' || "${get_data[v]}" == '5eFdt6Y_34E' ]]; then
strings[uploader]='MyMusicGroup'
strings[title]='█▬█ █ ▀█▀ Jeden Osiem L - Jak Zapomnieć (Oficjalny Teledysk)'
formats='[{
"format_id": "44",
"url": "https://sakamoto.pl/tmp/videoplayback_.webm",
"asr": 44100,
"format_note": "480p",
"fps": 25,
"height": 480,
"tbr": 867,
"width": 640,
"ext": "webm",
"vcodec": "vp8",
"acodec": "vorbis"
}]'
subs='[]'
if [[ "${r[host]}" == "${cfg[flash_host]}" ]]; then
url='http://f.sakamoto.pl/videoplayback_.flv'
fi
if [[ ${cfg[template]} != 'retro' ]]; then
meta[title]="${strings[title]}"
#source templates/head.sh
source "${cfg[namespace]}/templates/header.shs"
fi
else
cd temp
video=$(yt-dlp --all-subs --write-pages --cookies "${cfg[_cookies]}" -J "http://youtube.com/watch?v=${get_data[v]}")
if [[ $video == '' ]]; then # okay who did this
@ -102,8 +68,6 @@ if [[ "${get_data[v]}" ]]; then
subs=$(jq -s '.' <<< "${sub_array[@]}")
fi
if [[ "${r[host]}" == "${cfg[flash_host]}" ]]; then
IFS=$'\n'
urls=($(jq -r '.formats[] | select(.format_id == "22" or .format_id == "18").url' <<< "$video"))
@ -169,8 +133,6 @@ if [[ "${get_data[v]}" ]]; then
vid="$(cat "temp/${written_id}_https_-_"*"watch"*".dump")"
vid_json="$(tr -d '\n' <<< "$vid" | grep -Poh "ytInitialData.*?</script>" | sed 's/ytInitialData = //;s/<\/script>//')"
#strings[recommended]=$()
_jq_to_array '.contents.twoColumnWatchNextResults.secondaryResults.secondaryResults.results[] | .compactAutoplayRenderer.contents[0].compactVideoRenderer, .compactVideoRenderer |
if .videoId != null then
[.videoId,