diff options
| -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 |
