Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import a list of urls to put into wallabag #599

Closed
tcitworld opened this issue Apr 3, 2014 · 11 comments
Closed

Import a list of urls to put into wallabag #599

tcitworld opened this issue Apr 3, 2014 · 11 comments
Labels

Comments

@tcitworld
Copy link
Member

Like with a textarea, and then enter one url per line.

@mariroz
Copy link
Contributor

mariroz commented Apr 4, 2014

it's now possible to import an html document. Just create ul or ol list with li a href="" /a /li entries and then use import functionality.

@tcitworld
Copy link
Member Author

Cool.

I was also thinking importing some firefox bookmarks to wallabag, either in json or html. The exported html file hasn't got any <ul>/<ol> entries, since it's Mozilla-modified-html.

@nicosomb nicosomb added this to the 1.7.0 milestone Apr 4, 2014
@mariroz
Copy link
Contributor

mariroz commented Apr 4, 2014

yes, import of bookmarks is an interesting idea.
will take a look on it.

@nicosomb nicosomb modified the milestones: 1.8.0, 1.7.0 May 29, 2014
@luanfernandes
Copy link

Hey mariroz, can you send me an example file with li? I tried to create a html file like this:
<html>
<head>
</head>
<body>
<ul>
<li><a href=""></a></li>
</ul>
</body>
</html>
But it didn't work, it says invalid URL when I "click to finish import"

@tcitworld
Copy link
Member Author

You need to put an URL between the two " ".

@mariroz
Copy link
Contributor

mariroz commented Aug 22, 2014

@luanfernandes , your file structure is correct, but pls make sure to enter valid urls.
If still no success, then pls let us to take a look on your file in details: upload somewhere and post a link.

@luanfernandes
Copy link

Hey, thanks for the answer. I know that my urls are valid, because when I
click to go to the original article, it works. I can send you the list as
soon as I get home (I am travelling)

@luanfernandes
Copy link

Here is my file:
https://www.mediafire.com/?7va319ddakhfman
I managed to scrape all links of a blog which I like to read a lot, my goal is to make it an epub so I can read it better and offline, unfortunantly wallabag doesn't import images (at least it looks like it doesn't) of the blog posts together.
If it's necessary, I can put the post name into the link

@tcitworld
Copy link
Member Author

Please try with only a few <li></li> blocks. You have around 2400 here, maybe it's too much.

@j0k3r
Copy link
Member

j0k3r commented Sep 30, 2016

Is it still relevant?

@tcitworld
Copy link
Member Author

Nope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants