Commit Graph

10 Commits

Author SHA1 Message Date
aea5daa272 Add function to download JSON files from Git repository, integrating error handling and logging for improved reliability. Remove redundant JSON retrieval logic from main.py. 2025-07-29 19:23:05 +02:00
c92f583609 Replace requests with urllib for HTTP requests in JSON file retrieval, enhancing compatibility and removing the test_regex.py file as it is no longer needed. 2025-07-29 19:18:09 +02:00
da4b380b1e Enhance JSON file retrieval by implementing error handling for file access and improving logging for better debugging and traceability. 2025-07-29 18:50:47 +02:00
54d13032ab Refactor JSON file retrieval to use regex for improved accuracy in matching file links and streamline file name extraction. 2025-07-29 18:24:01 +02:00
7a614fd824 Refactor JSON file retrieval logic to filter links by .json extension and extract only file names for improved clarity and efficiency. 2025-07-29 16:56:19 +02:00
1801ad52b0 Reformat episode list for season 1 in 'Game of Thrones' JSON file for improved readability. 2025-07-29 16:48:41 +02:00
e6559f0769 Add functionality to fetch and update JSON files from remote resources, including episode details for 'Game of Thrones'. Remove unnecessary .DS_Store files. 2025-07-29 16:46:47 +02:00
ed162aa22b Add .gitignore and remove .DS_Store files 2025-07-29 16:31:08 +02:00
19ac775cc2 Update LICENSE and README.md files. Expanded the GNU Affero General Public License text for clarity and updated README to reflect the plugin's name and purpose, including a disclaimer about content responsibility. 2025-07-29 16:24:44 +02:00
3a61bdaa5c Initial commit 2025-07-29 12:38:22 +00:00