Link Parsing: Add support for plain-text list of URLs
See original GitHub issueCurrently the input file is required to be in the Netscape HTML export format. I have lists of URLs I’d like to archive, in plain-text format. Converting them to HTML should be doable, but I wish bookmark-archiver would accept plain text files, such as
./archive.py urls.txt
It would be reasonable to filter the file, retaining actual http(s)?://...
URLs
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Link Parsing: Add support for plain-text list of URLs #39 - GitHub
I have lists of URLs I'd like to archive, in plain-text format. Converting them to HTML should ... Link Parsing: Add support for...
Read more >Parsing the file name from list of url links - Stack Overflow
I was thinking of extracting those names in excel and placing them in another text file that would be read in similar fashion...
Read more >Hyperlink API — hyperlink 21.0.0 documentation
Hyperlink provides Pythonic URL parsing, construction, and rendering. Usage is straightforward: ... Automatically turn text into a structured URL object.
Read more >How to parse list of links from text file and do download? [closed]
I have a text file with links to jpeg files, one link on a row. I have Windows 10, I can install helper...
Read more >Boldly link where no one has linked before: Text Fragments
The Text Fragments proposal adds support for specifying a text snippet in the URL hash. When navigating to a URL with such a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks so much! And thanks for the extra options & features 😄
Actually I like your user agent setup with the version included, I’m going to make that the default for everyone. I’ll let you know once it’s pushed so you can take it out of your script.
I’ll also look I to making it possible to archive individual URLs without having to make a file, maybe by allowing passing links via stdin.