Fix incorrect file extension for genereated links & updated gogoanime domain
Add Custom Start button to Animepahe
Refactor fetchHtml function to fetchPage
Fix bug in fetchPage()
Added Yugenanime [site]
[AniLINK] Add experimental HiAnime support
[AniLINK] Add throttling to gogoanime
[AniLINK] Updated Domains
[AniLINK] Update domains & fix yugenanime throttle limit
[AniLINK] Add support for Otaku-Streamers
[AniLINK] Add support for AnimeHeaven
[AniLINK] Improve documentation and add instructions for adding new site
[AniLINK] Add start button to animepage for gogoanime
[AniLINK] massive overhaul - Improved UI with Live updation of extracted episodes & performance optimizations
[AniLINK] add support for Beta-Otaku-Streamers
[AniLINK] fix beta-otaku-streamer match url
AniLINK: Add extract button to anime page on Animepahe
AniLINK: Add extract button to anime page on Beta.Otaku-Streamers
AniLINK: remove materialize.css & add custom checkbox animations
feat(AniLINK): add support for AnimeZ
AniLINK: [WIP] experimentally add support for AnimeKai
AniLINK: disable selection on episode labels
[AniLINK] add support for Miruro and also display links count for each source in extractor UI
[AniLINK] add epTittle logic support & minor bug fixes & change playlist format back to m3u8
[AniLINK] fix: Preserve expand/collapse state of quality sections during episode extraction
[AniLINK] Fix start button breaking page by using createElement/appendChild instead of innerHTML
Replaced innerHTML-based button injection with createElement and appendChild for Miruro site.
Prevents destruction of existing DOM nodes and event listeners, avoiding interaction issues and page crashes.
Ensures the "Extract Episode Links" button is safely added without interfering with surrounding elements.
[AniLINK] Add support for extra tracks (subs/audio) & streamline episode link handling & improve link structure
[AniLINK] Fix MPV integration and add play icon to each ep link
fix: Enhance MPV integration by processing episode links through paste.rs for improved playlist handling
[AniLINK] update mpv URL handling for improved playlist title formatting (fix taiga detection)
[AniLINK] fix extraction logic for jet provider on Miruro
[AniLINK] fix exported playlist name using eptitle instead of animetitle
[AniLINK] implement episode range selection with keyboard navigation
[AniLINK] Add note to Ep Range UI + refactor filename + personal workarounds + animez
[AniLINK[ add support for AniZone
[AniLINK] add support for AniXL.to
[AniLINK] improve overlay behavior on closing
[AniLINK] add support for Sudatchi
[AniLINK] Update domain for AnimeZ
[AniLINK] Auto handle user cancellation checks for episode extraction + fix AnimeZ
[AniLINK] fix: handle animepahe episode numbering offset
[AniLINK] add support for HiAnime
[AniLINK] add support for AniNow + improve link processing + refactor statusBar usage
[AniLINK] Remove AnimeKAI + Implement Delegated Extractors + Fix HiAnime and improve link handling and status management
Improves episode extraction reliability and broadens compatibility across various anime streaming websites.
- Normalizes track kinds to 'caption' for consistency.
- Ensures stream and track URLs are absolute for reliable access.
- Adds referer information to streaming links for CORS compliance.
- Streamlines episode range filtering and extraction for better performance.
- Introduces external extractors for handling video streams from different sources.
- Retains and displays status messages for error handling and user feedback.
- Stores the script version to facilitate potential future updates.
[AniLINK] fix AniNow - decryptUrl
[AniLINK] experimental: add http-referrer option to playlist export
[AniLINK] Add support for AnimeGG
[AniLINK] Finally fix subtitle support for 'open-with-mpv'
[AniLINK] fix: update referer handling in _preparePlayllist()