Commit Graph

9 Commits

Author SHA1 Message Date
dab35ef7d5 ♻️ (services): refactor code for improved readability and maintainability
Refactor services TFC, VIKI, and VIU to enhance code readability and maintainability.
- Update import statements for clarity.
- Adjust function and variable formatting for consistency.
- Simplify conditional logic and loops.
- Improve error handling and logging.
- Add support for additional configurations and language mappings.
- Ensure consistent use of language and region settings across services.
2024-10-10 19:02:24 -06:00
7048fbe1c3 ♻️ (VIKI, VIU): refactor code for readability and maintainability
 (VIKI): add geo-blocking check and handle future air times
 (VIKI): add default year "2024" if no year is found in search
 (VIKI): add original language to audio tracks
 (VIKI): fetch series metadata from config endpoint
 (VIU): update session headers to avoid 403 error
2024-10-01 10:40:37 -06:00
8d912823de ♻️ (VIKI): refactor subtitle handling and language mapping logic for clarity and maintainability 2024-09-19 20:41:20 -06:00
cecda16d2a ♻️ (TFC/VIKI): refactor code for consistency and readability, add thumbnail handling 2024-09-13 20:46:56 -06:00
e59456c3a5 🐛 (VIKI): handle missing episode URL gracefully with a log message and exit 2024-09-10 12:44:36 -06:00
ba943c9797 🐛 (VIKI): fix episode fetching by changing API query parameters to correct direction and include upcoming episodes
This assists in locating episodes with greater reliability.
2024-09-10 12:25:44 -06:00
20859ee970 ♻️ (VIKI): remove redundant comments and improve code readability 2024-08-12 13:25:00 -06:00
3adec2fbd0 (VIKI): add support for handling subtitles in get_tracks method will now only get subtitles that are 95% complete to avoid incomplete subtitles
♻️ (VIKI): refactor language handling for Chinese language codes
2024-08-05 10:14:13 -06:00
3c5be2f405 (TFC): add new service integration for iWantTFC streaming platform
 Add TFC service configuration and VIKI service implementation

🔧 (VIKI/config.yaml): add configuration file for VIKI service endpoints and browser settings
2024-08-01 09:24:35 -06:00