- remove some debug info

merge-requests/6/head
Dominika Liberda 2021-08-06 09:09:58 +00:00
parent ebc70c0128
commit 1ea165dc70
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ if [[ "${get_data[v]}" ]]; then
-e 's/^_*(-_)?//' \
-e 's/^-/_/' \
<<< "${get_data[v]}")"
echo "Written id $written_id"
vid="$(cat "temp/${written_id}_https_-_"*"watch"*".dump")"
vid_json="$(tr -d '\n' <<< "$vid" | grep -Poh "ytInitialData.*?</script>" | sed 's/ytInitialData = //;s/<\/script>//')"