youtube video project moviefree.live wapwon.live
youtube video project moviefree.live wapwon.live
content was not loading only after refresh the page was loading API content
so I copied once again with .htaccess and resolved from another domain
500 server error
only PHP 7.4 works not working with PHP 8
To crawl and cache API calls
bum.sh
#!/bin/bash
url=https://video.varickny.com/vd.php?q=
while read query
do
content=$(curl "{$url}${query}")
echo $query
echo $content >> output.txt
done < query.txt
query.txt
workday-training
workday-certification
Comments
Post a Comment