14 lines
327 B
Markdown
14 lines
327 B
Markdown
ytmnd
|
|
=====
|
|
|
|
ytmnd scraper
|
|
|
|
`python ./ytmnd.py [-u username] [--media-only] [--no-web-audio] [--json] [domain]`
|
|
|
|
html files use web audio api in an attempt to get (almost) seamless looping. to load these files run an http server from the directory, e.g.
|
|
|
|
`python -m SimpleHTTPServer 8000`
|
|
|
|
and navigate to http://lvh.me:8000/
|
|
|