diff options
| author | lolcat <will@lolcat.ca> | 2025-08-04 00:39:47 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2025-08-04 00:39:47 -0400 |
| commit | 3f2bfcb8c7740c93163806ad274aa802d1a7eab4 (patch) | |
| tree | ac62121a45abe157b0907584b072d403e7e29971 | |
| parent | d3ef1a67c0ff094d5534010311761acbc40ac7b9 (diff) | |
aaaaaa part 3
| -rw-r--r-- | scraper/vimeo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/vimeo.php b/scraper/vimeo.php index 4d95ac5..50bb21b 100644 --- a/scraper/vimeo.php +++ b/scraper/vimeo.php @@ -680,7 +680,7 @@ class vimeo{ throw new Exception("Failed to fetch JWT token"); } - $this->fuckhtml->load($html); + $this->fuckhtml->load($json); $captcha = $this->fuckhtml |
