Skip to content

Commit 0517831

Browse files
Arrowarmr-brune
andauthored
Develop (#464)
* Bump v3.4.9 * Fix pypi * Fix HLS crash * Fix pypi (lib missing) * ConfigManager with caching * implement appuser for running container as non-root (#462) * Create non-root user and set permissions in Dockerfile Added non-root user and adjusted permissions for security. * Refactor Dockerfile for non-root user and dependencies Updated Dockerfile to create a non-root user with home directory, install system dependencies including ffmpeg, and set permissions for application directories. * Refactor Dockerfile for improved setup Updated Dockerfile to streamline dependencies and user setup. * New xml MPD parser * Update github workflows * Fix resolution not recognized HLS stream. * new dash parser * Fix * crunchy premium fix * Fix ruff * Update requirements.txt * Add checks for mpd_sub_list None * Map default_KID to kid:key * Add nove * Update requirements.txt * Fix default_KID * Try ass sub * Update domain --------- Co-authored-by: mr-brune <[email protected]>
1 parent cd9e705 commit 0517831

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+2624
-1893
lines changed

.github/.site/css/style.css

Lines changed: 0 additions & 560 deletions
This file was deleted.
-55.6 KB
Binary file not shown.
-489 KB
Binary file not shown.

.github/.site/index.html

Lines changed: 0 additions & 68 deletions
This file was deleted.

.github/.site/js/script.js

Lines changed: 0 additions & 245 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Please make sure to check the following:
1313
- [ ] You have the latest commit installed.
1414
- [ ] The issue relates to a website or a specific functionality.
1515
- [ ] If the issue is related to a website, you have verified that the URL works correctly in your browser.
16+
- [ ] If the issue is related to audio or subtitles, you have tested the downloaded file with VLC media player first.
1617
- [ ] You have searched through closed issues for similar problems or potential solutions. Issues that can be resolved by already closed topics may be automatically closed.
1718

1819
## Describe the issue
File renamed without changes.

.github/doc/site.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Services Overview
2+
3+
| Site Name | Stream Type | DRM | Max Resolution | Region |
4+
|--------------------|-------------|-----|----------------|--------|
5+
| Altadefinizione | HLS || 1080p | IT |
6+
| Animeunity | MP4 || 1080p | IT |
7+
| Animeworld | MP4 || 1080p | IT |
8+
| Crunchyroll | DASH || 1080p | IT |
9+
| Discovery | DASH || 720p | US |
10+
| Dmax | HLS || 1080p | IT |
11+
| Guardaserie | HLS || 1080p | IT |
12+
| Hd4Me | MEGA || 720p | IT |
13+
| Ipersphera | MEGA || 1080p | IT |
14+
| Mediasetinfinity | DASH || 1080p | IT |
15+
| Nove | HLS || 1080p | IT |
16+
| Raiplay | DASH || 1080p | IT |
17+
| Realtime | HLS || 1080p | IT |
18+
| Streamingcommunity | HLS || 1080p | IT |
19+
| Tubitv | HLS || 1080p | US |
20+
21+
---
22+
23+
*Last updated: 2025-12-24 14:23:56*

.github/workflows/pages.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)