data-file attributes on episode and movie stream elements — referred to internally as BambooPlayer — to deliver direct m3u8 or mp4 stream URLs without a secondary resolve step.
Version 4.1. The key in
init.conf must be "LME.Bamboo" (not "Bamboo" or "BambooUA").HTTP route
| Method | Path | Description |
|---|---|---|
GET | /lite/lme.bamboo | Search, similar title selection, voice/subtitle selection, and episode listing |
How it works
Search
The module submits a form-style search to
bambooua.com/index.php?do=search&subaction=search&story=…. It parses slide-item list elements from the resulting HTML to build a title-and-URL list.Similar title selection
If the search returns more than one result, a similar-title picker is shown. Each option links back to the same route with
href=<url> so the user can select the correct entry.Episode listing (serials)
The module fetches the series page and looks for
div.mt-4 blocks. Each block has an h3 heading containing either “Субтитри” or “Озвучення”, and span[data-file] elements carrying the stream URL in the data-file attribute. This gives two voice tracks — subtitles (sub) and dub (dub) — switchable via the t parameter.BambooPlayer direct streams
bambooua.com embeds stream URLs directly in HTML element attributes (data-file and data-title) rather than behind a JavaScript player. The module reads these attributes and passes the URL through Lampac’s HostStreamProxy pipeline, applying streamproxy or APN as configured. No iframe parsing or secondary HTTP call is needed.
init.conf example
Configuration reference
Enable or disable the module.
Base URL of the bambooua.com site.
Name shown in the Lampac UI.
Sort order among sources.
Route stream URLs through Lampac’s built-in stream proxy.
Send HTTP requests to bambooua.com through the configured SOCKS5 proxy list.
A CORS proxy host used for HTML fetching. Does not affect stream delivery.