forked from TPD94/devine
1
0
Fork 0
Commit Graph

502 Commits (master)

Author SHA1 Message Date
Sp4rk.y 1f73147d2e Merge branch 'master' of https://www.cdm-project.com/Sp4rky/devine 2024-04-18 11:57:28 -06:00
Sp4rk.y 8f6427c7b5 ♻️ (VIKI/__init__.py): refactor movie name handling to remove " (Movie)" suffix for cleaner movie titles 2024-04-18 11:46:32 -06:00
TPD94 1781b3a1ed Merge pull request 'Optimize iWantTFC Episode Data Retrieval and Fix Season Extraction' (#9) from Sp4rky/devine:master into master
Reviewed-on: TPD94/devine#9
2024-04-17 15:49:29 +00:00
Sp4rk.y a1b4767681 ♻️ (TFC/__init__.py): refactor episode extraction to use regex for season and episode number
 (TFC/__init__.py): add conditional data fetching for episodes to optimize data retrieval
🐛 (TFC/__init__.py): remove unnecessary comments and simplify episode and movie data handling
2024-04-17 09:35:38 -06:00
TPD94 6ebb66c329 Merge branch 'master' of https://cdm-project.com/TPD94/devine 2024-04-14 11:56:43 -04:00
TPD94 a35ed56789 Merged @stabbedbybrick services
- ALL4
- CTV
- iPlayer
- Roku (replacing my 30 minute attempt by miles)
2024-04-14 11:56:32 -04:00
TPD94 0fcd5df26e Merge pull request 'Updates TFC + VIKI' (#8) from Sp4rky/devine:master into master
Reviewed-on: TPD94/devine#8
2024-04-14 15:52:47 +00:00
TPD94 21b2b8fd9f Update to 3.3.0 2024-04-14 11:51:24 -04:00
Sp4rk.y b9c5e14945 ♻️ (VIKI/__init__.py): simplify condition for matching show ID and remove redundant comments
matches full URL and just ID on its own
2024-04-13 22:44:17 -06:00
Sp4rk.y 1c375b3274 ♻️ (__init__.py): remove year from episode title to simplify episode naming in VIKI service 2024-04-13 21:45:09 -06:00
Sp4rk.y c62edd67ab ♻️ (VIKI/__init__.py): Refactor VIKI service initialization and metadata extraction
- Move typing imports to the top for consistency
- Add regex for VIKI title extraction to improve URL handling
- Refactor title and movie detection logic for clarity and accuracy
- Optimize the way show year is determined from metadata
- Simplify language code handling for consistency
- Clean up and clarify comments for better readability
2024-04-13 21:35:49 -06:00
TPD94 9e2518aece Update CR auth header. 2024-04-11 11:22:10 -04:00
TPD94 2524583329 Update CR service script
- Fixed multi-audio licensing (again, thanks to @toonshub)
2024-04-04 13:58:47 -04:00
TPD94 959e25c780 Update config.yaml 2024-04-04 10:41:16 -04:00
TPD94 307ca5eed8 Update CR service code
- Fixed issue if title didn't have other versions
2024-04-04 10:11:06 -04:00
TPD94 b774ddbf0d Updated CR service code
- Added multi-audio support (Thanks to @toonshub)
2024-04-04 09:56:20 -04:00
Sp4rk.y f4e89f5b10 Updates TFC + VIKI
Small changes to TFC and VIKI
2024-04-03 14:14:52 -06:00
TPD94 6a81d91cc6 Updated / Fixed Crunchyroll service script
- Updated to Android API endpoints
- Updated to use login instead of cookies
- Reverted to single audio until proper PR
- Fixed issue with recap episodes (e.g. Mashle S01E06.5 will skip)
- Fixed issue with too many CR play tokens being used at once (can use --skip-dl without error)
- Added check to authenticate function to reduce calls for auth bearer token
2024-04-03 01:52:05 -04:00
TPD94 469ff1532a Merge branch 'master' of https://cdm-project.com/TPD94/devine 2024-04-02 13:53:40 -04:00
TPD94 a31915a289 Updated DSNP service code
- Updated API endpoints
- Updated authentication to use self.session()
- Unlocked GB region
2024-04-02 13:53:30 -04:00
TPD94 6ff6216707 Merge pull request 'VIKI Service Tweaks + New TFC Service' (#7) from Sp4rky/devine:master into master
Reviewed-on: TPD94/devine#7
2024-03-31 22:14:30 +00:00
Sp4rk.y 281dc15b9b Update __init__.py
Add Episode count to the search results
2024-03-30 16:58:29 -06:00
Sp4rk.y 46f75e1524 Update __init__.py
No longer require -m when entering a title it will detect if its a series or a movie.
2024-03-30 11:21:09 -06:00
Sp4rk.y 55a17057e3 Update __init__.py
Fix --movie option which now collects data correctly.
2024-03-30 10:33:33 -06:00
Sp4rk.y eb5f9d7fae TFC Service and Viki Changes
Add some hidden release time to viki search

And first initial push of iwanttfc.com service
2024-03-30 10:11:56 -06:00
Sp4rk.y 0de2055cb0 Merge branch 'master' of https://www.cdm-project.com/Sp4rky/devine 2024-03-30 09:27:05 -06:00
Sp4rky 869e8e285c revert 5e1bcb524a
revert Initial upload for TFC

Includes search/dl functions.

Currently missing -m tag but will be fixed shortly.
2024-03-30 06:08:22 +00:00
George 5e1bcb524a Initial upload for TFC
Includes search/dl functions.

Currently missing -m tag but will be fixed shortly.
2024-03-29 17:02:41 -06:00
TPD94 c216d3473e Merge branch 'master' of https://cdm-project.com/TPD94/devine 2024-03-28 12:59:59 -04:00
TPD94 d505a33ef7 Added PlutoTV service code 2024-03-28 12:59:41 -04:00
George 13e55a67fd Remove WIP functions 2024-03-28 09:53:38 -06:00
George c569418943 Add search function to VIKI
add the ability to devine search VIKI "name search"
2024-03-28 09:52:06 -06:00
TPD94 6276d1dfc6 Merge pull request 'SPOTIFY service' (#5) from ToonsHub/devine:master into master
Reviewed-on: TPD94/devine#5
2024-03-28 15:43:34 +00:00
TPD94 a356b96ec5 Created Amazon Prime (US) service code 2024-03-28 10:54:28 -04:00
ToonsHub 5229627e6e Improved by @sp4rk.y & Fixed the bug causing series to be limited to first 50 episodes 2024-03-25 22:06:16 +00:00
TPD94 7258354b57 Added crackle service code 2024-03-25 10:26:16 -04:00
TPD94 e95b6c5ff2 Update __init__.py 2024-03-24 13:20:54 -04:00
TPD94 34a50d7691 Added subtitle and end credit chapter for Hulu service script. 2024-03-24 13:12:38 -04:00
TPD94 73ee3da4b2 Added hallmark now service code 2024-03-22 13:26:00 -04:00
ToonsHub 79bc77962c Sync & Spotify CDN Index 2024-03-11 20:16:36 +01:00
ToonsHub 729ec7183b Merge remote-tracking branch 'upstream/master' 2024-03-11 20:13:14 +01:00
TPD94 baee8df7c2 Added Disney+ service script
Supports Disney+ movies and TV shows
2024-03-11 02:44:37 -04:00
TPD94 8b6de1a569 Added Hulu service script.
Added support for Hulu Movies and TV series
2024-03-10 04:59:21 -04:00
TPD94 38d962d118 Update __init__.py
Fixed playID for movies
2024-03-10 01:21:54 -05:00
TPD94 64ed492ab6 Merge branch 'master' of https://cdm-project.com/TPD94/devine 2024-03-10 01:05:51 -05:00
TPD94 a73bd07527 Added TheRokuChannel service script
Tested with free movie and TV shows.
2024-03-10 01:05:30 -05:00
ToonsHub 41b1e29ebb New - Spotify Service 2024-03-07 23:13:18 +01:00
TPD94 ea9e197529 Merge pull request 'CR service update & VIKI config added' (#4) from ToonsHub/devine:master into master
Reviewed-on: TPD94/devine#4
2024-03-07 17:12:58 +00:00
ToonsHub 20d1d9cf62 CR Token Error Handling 2024-03-07 17:25:20 +01:00
ToonsHub 3ef71f84e8 VIKI config added 2024-03-07 17:08:29 +01:00