Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questionable Content RSS seems out of order #142

Open
cow-n-berg opened this issue Jan 3, 2025 · 0 comments
Open

Questionable Content RSS seems out of order #142

cow-n-berg opened this issue Jan 3, 2025 · 0 comments

Comments

@cow-n-berg
Copy link
Contributor

Hello,

I changed the location of the stripSource to the website itself. The I changed extract.js to:

function(page) {
var regex = /<img[^>]src="(./comics/[^"]*)"/;
var match = regex.exec(page);
return match[1];
}

info.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant