[TwitterBridge] URL to js file with apikey changed again (#1764)
This commit is contained in:
parent
80cc88ba78
commit
01985b7af7
1 changed files with 4 additions and 0 deletions
|
@ -434,6 +434,10 @@ EOD;
|
||||||
$jsMainRegex = '/(https:\/\/abs\.twimg\.com\/responsive-web\/client-web\/main\.[^\.]+\.js)/m';
|
$jsMainRegex = '/(https:\/\/abs\.twimg\.com\/responsive-web\/client-web\/main\.[^\.]+\.js)/m';
|
||||||
preg_match_all($jsMainRegex, $twitterPage, $jsMainMatches, PREG_SET_ORDER, 0);
|
preg_match_all($jsMainRegex, $twitterPage, $jsMainMatches, PREG_SET_ORDER, 0);
|
||||||
}
|
}
|
||||||
|
if (!$jsMainMatches) {
|
||||||
|
$jsMainRegex = '/(https:\/\/abs\.twimg\.com\/responsive-web\/client-web-legacy\/main\.[^\.]+\.js)/m';
|
||||||
|
preg_match_all($jsMainRegex, $twitterPage, $jsMainMatches, PREG_SET_ORDER, 0);
|
||||||
|
}
|
||||||
if (!$jsMainMatches) {
|
if (!$jsMainMatches) {
|
||||||
returnServerError('Could not locate main.js link');
|
returnServerError('Could not locate main.js link');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue