chandler-stimson / live-stream-downloader

Download M3U8 live streams to the local disk
https://webextension.org/listing/hls-downloader.html
Mozilla Public License 2.0
240 stars 83 forks source link

use problem o issue #96

Open liuzhongandhuang opened 1 month ago

liuzhongandhuang commented 1 month ago

I can't use [q:query|method|default-value] to change my filename, idontknow ,i wirte [title]-[meta.name]-[q:span.timestamp|method|default-value] ,always default-value and i try to "timestamp" ,its didn't work.

liuzhongandhuang commented 1 month ago

i try write something into index.js ,but idk how to do

chandler-stimson commented 3 weeks ago

Are you trying to get the text content of a span with class "timestamp"?

<span class="timestamp">Testing</span>

if so, the format is:

[q:span.timestamp|textContent|not found]
liuzhongandhuang commented 3 weeks ago

Are you trying to get the text content of a span with class "timestamp"?

<span class="timestamp">Testing</span>

if so, the format is:

[q:span.timestamp|textContent|not found]

thank you reply and email ,thats work ,your tool very powerful and gooduse