Commit Graph

13 Commits

Author SHA1 Message Date
5f3ee6cb6b Update episode titles and search terms in 'How I Met Your Mother' JSON file for seasons 4 to 9, enhancing accuracy and consistency across the series. 2025-07-30 13:58:32 +02:00
0b4dca6178 Refactor JSON file retrieval to improve error handling and logging, ensuring better reliability and traceability in the download process. 2025-07-30 13:53:38 +02:00
accc004be9 Remove redundant popinfo debug messages from mojedb function to streamline logging and improve code clarity. 2025-07-29 19:37:32 +02:00
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