Published November 16, 2023
| Version 1.0.0
Software
Open
javascriptf/script-url-title: Get title of a URL from its HTML
Description
Get title of a URL from its HTML.
<br>
$ node index.js urls.txt -o titles.md
# Generated URL titles saved to titles.md
$ export DEVTOOLS_PATH="/path/to/chrome-linux/chrome"
$ export DEVTOOLS_DATA_DIR="/path/to/chrome-linux/data-dir"
$ node index.js urls.txt -o titles.md --unique
# Generated URL titles saved to titles.md, with unique URLs
$ node index.js urls.txt -o titles.md --unique --sort
# Generated URL titles saved to titles.md, with unique and sorted URLs
<br> <br>
References
<br> <br>
Files
javascriptf/script-url-title-1.0.0.zip
Files
(18.1 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:366dfb20e996011594d9926dc1a0ce3f
|
18.1 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/javascriptf/script-url-title/tree/1.0.0 (URL)