We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c09a5 commit 41a8018Copy full SHA for 41a8018
api/index.php
@@ -8,7 +8,7 @@
8
if (file_exists('../url.csv')) {
9
$url = file('../url.csv', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
10
} else {
11
- $url = file('https://raw.githubusercontent.com/codingbox/Pixiv-Craw/main/url_ok.txt', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
+ $url = file('https://raw.githubusercontent.com/codingbox/Bye-Broken-Link/main/url_ok.txt', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
12
}
13
14
if (empty($url[0])) {
0 commit comments