mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-04-16 09:22:21 +00:00
Add CollapseNearDuplicates method to filter near-duplicate torrent results based on quality, size, seeders, peers, season, voice, and title. Improve BuildRid to use guid/details as stable identifiers when infohash is unavailable. Add season labels to release display in Controller. Add Guid property to JackettResult model.
Ukraine online source for Lampac
Sources
TVShows and Movies
- UAFlix
- Makhno
- StarLight
- KlonFUN
Anime and Dorama
- AnimeON
- BambooUA
- Unimay
- Mikai
Installation
-
Clone the repository:
git clone https://github.com/lampac-ukraine/lampac-ukraine.git . -
Move the modules to the correct directory:
- If Lampac is installed system-wide, move the modules to the
moduledirectory. - If Lampac is running in Docker, mount the volume:
-v /path/to/your/cloned/repo/Uaflix:/home/module/Uaflix
- If Lampac is installed system-wide, move the modules to the
Auto installation
If Lampac version 148.1 and newer
Create or update the module/repository.yaml file
- repository: https://github.com/lampame/lampac-ukraine
branch: main
modules:
- AnimeON
- Unimay
- Mikai
- Uaflix
- Bamboo
- Makhno
- StarLight
- KlonFUN
branch - optional, default main
modules - optional, if not specified, all modules from the repository will be installed
Init support
"Uaflix": {
"enable": true,
"domain": "https://uaflix.net",
"displayname": "Uaflix",
"login": null,
"passwd": null,
"cookie": null,
"webcorshost": null,
"streamproxy": false,
"useproxy": false,
"proxy": {
"useAuth": true,
"username": "FooBAR",
"password": "Strong_password",
"list": [
"socks5://adress:port"
]
},
"displayindex": 1,
"apn": true,
"apn_host": "domaine.com/{encodeurl}"
}
Parameter compatibility:
webcorshost+useproxy: work together (parsing via CORS host, and network output can go through a proxy withuseproxy).webcorshostdoes not conflict withstreamproxy: CORS is used for parsing,streamproxyis used for streaming.webcorshostdoes not conflict withapn: APN is used at the streaming stage, not for regular parsing.
APN support
Sources with APN support:
- AnimeON
- Uaflix
- Mikai
- Makhno
- KlonFUN
Source/player availability check script
wget -O check.sh https://raw.githubusercontent.com/lampame/lampac-ukraine/main/check.sh && sh check.sh
Donate
Support the author: https://lampame.donatik.me
Description
Languages
C#
98.4%
Shell
1.6%