Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jodal
/
comics
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
31
Star
140
Code
Issues
7
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Low-hanging improvements to the crawler APIs
- #698
#698
Merged
jodal
merged 11 commits into
main
jodal/comics:main
from
crawler-api-cleanups
jodal/comics:crawler-api-cleanups
Copy head branch name to clipboard
Sep 4, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Low-hanging improvements to the crawler APIs
#698
jodal
merged 11 commits into
main
jodal/comics:main
from
crawler-api-cleanups
jodal/comics:crawler-api-cleanups
Copy head branch name to clipboard
Commits
Commits on Sep 4, 2026
fix: Let a missing image URL raise ImageURLNotFound in base crawlers
Show description for cae1d68
jodal
committed
cae1d68
View commit details
Copy full SHA for cae1d68
Browse repository at this point
refactor: Remove the unraisable DoesNotExist from LxmlParser
Show description for 3757726
jodal
committed
3757726
View commit details
Copy full SHA for 3757726
Browse repository at this point
refactor: Remove the unreachable _decode() from LxmlParser
Show description for edf04fc
jodal
committed
edf04fc
View commit details
Copy full SHA for edf04fc
Browse repository at this point
fix: Correct the return type of LxmlParser.text()
Show description for a0c7fad
jodal
committed
a0c7fad
View commit details
Copy full SHA for a0c7fad
Browse repository at this point
feat: Add first=True to the singular LxmlParser accessors
Show description for 263f100
jodal
committed
263f100
View commit details
Copy full SHA for 263f100
Browse repository at this point
feat: Add element()/elements() to LxmlParser
Show description for 19d17a8
jodal
committed
19d17a8
View commit details
Copy full SHA for 19d17a8
Browse repository at this point
feat: Declare the Entry fields crawlers actually use
Show description for ecd8450
jodal
committed
ecd8450
View commit details
Copy full SHA for ecd8450
Browse repository at this point
refactor: Parse the OOTS feed once per crawl
Show description for 52bb9b2
jodal
committed
52bb9b2
View commit details
Copy full SHA for 52bb9b2
Browse repository at this point
refactor: Drop the no-op history_length_days = 0
Show description for 05a28d0
jodal
committed
05a28d0
View commit details
Copy full SHA for 05a28d0
Browse repository at this point
refactor: Report a missing image as ImageURLNotFound once the entry is known
Show description for 0475839
jodal
committed
0475839
View commit details
Copy full SHA for 0475839
Browse repository at this point
fix: Raise on HTTP errors when parsing a page
Show description for e1c8f66
jodal
committed
e1c8f66
View commit details
Copy full SHA for e1c8f66
Browse repository at this point
You can’t perform that action at this time.