Skip to content

Commit

Permalink
Update scrape_streamed_su.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dtankdempse authored Sep 28, 2024
1 parent c7d2047 commit b08a8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrape_streamed_su.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function discoverListings() {
$maxRetries = 3;
$attempt = 0;
$success = false;
$apiUrl = 'https://fetch.data-search.workers.dev/?url=https://streamed.su/api/matches/all';
$apiUrl = base64_decode('aHR0cHM6Ly9mZXRjaC5kYXRhLXNlYXJjaC53b3JrZXJzLmRldi8/dXJsPWh0dHBzOi8vc3RyZWFtZWQuc3UvYXBpL21hdGNoZXMvYWxs');

while ($attempt < $maxRetries && !$success) {
$attempt++;
Expand Down

0 comments on commit b08a8f7

Please sign in to comment.