mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-04 02:20:10 +00:00
Integration with Altadefinizione and AnimeUnity, config.json management fix, and Telegram bot improvements #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RubyTemple on 3/16/2025
This pull request introduces several enhancements to integrate Telegram bot functionality for user interactions and notifications within the
StreamingCommunity
project. The most important changes include adding Telegram bot prompts for user input, sending status updates and error notifications via Telegram, and modifying existing functions to support these new features.Enhancements to user interaction and notifications:
StreamingCommunity/Api/Site/altadefinizione/__init__.py
: Added Telegram bot prompts for user input in thesearch
function, allowing users to restart the script via Telegram.StreamingCommunity/Api/Site/altadefinizione/film.py
: Integrated Telegram bot notifications for download status and error messages in thedownload_film
function. [1] [2] [3] [4] [5]StreamingCommunity/Api/Site/altadefinizione/series.py
: Added Telegram bot prompts and notifications for season and episode downloads in thedownload_series
function. [1] [2] [3] [4]StreamingCommunity/Api/Site/altadefinizione/site.py
: Implemented Telegram bot notifications for search results and errors in thetitle_search
function. [1] [2] [3]StreamingCommunity/Lib/Downloader/HLS/segments.py
: Corrected theREQUEST_VERIFY
configuration type fromint
tobool
. The incorrect value was then saved inself.cache
, propagating the error.