Benjamin Loison
Benjamin Loison
> If you don't have a YouTube Data API v3 developer key: > If you already have a YouTube Data API v3 developer key: It seems that if the former...
```php echo preg_quote("'"); ``` ``` ' ```
`tabtospaces` does not seem to help, as well as `[^\']`.
```php ``` `view-source:` does not seem to help. `\` is maybe to blame.
https://www.php.net/manual/en/function.addslashes.php https://www.php.net/manual/en/function.stripslashes.php
```php //$REGEX = '/^[ \t]*title\((\d), \'([^\']+)\'\);$/'; //$REGEX = '/^[ \t]*title\((\d), \'(.+)\'\);$/'; //$REGEX = '/^[ \t]*title\((\d), \'([a-zA-Z0-9\' -]+)\'\);$/'; //$REGEX = '/^[ \t]*title\((\d), \'([a-zA-Z0-9\\\' -]+)\'\);$/'; //$REGEX = '/\^\[ \\t\]\*title\\\(\(\\d\), \'\(\[a\-zA\-Z0\-9 \-\]\+\)\'\\\);\$/'; ```...
Related to #9.
https://github.com/lexiforest/curl_cffi/blob/e51e81848d616b2aa773f2da5260477c2f200256/README.md?plain=1#L165 @lexiforest do you specify anywhere if you have not (yet) considered a new Chrome version, in other words is it specified anywhere that as you stated *AFAIK, the chrome...