#for i in *.html; do grep -o '<video src=".*fp-en' "$i" >> /tmp/output/linkspg3.txt; done
for i in *.html; do grep -o 'itemprop="url" href="function.*' "$i" >> /tmp/output/linkspg3.txt; done
sed -ie s/^.*function//g linkspg3.txt # removes everything before https
sed -ie s/\\/\\0\\///g linkspg3.txt
sed -ie s/mp4.*/mp4/g linkspg3.txt # removes everything after mp4
