Yeyo

Results 44 comments of Yeyo

Actually I see now that it's trying to build an HTML tree for `nil`. I wonder what's causing it to end up using nil. I know I'm passing the readability...

This is the HTML that I'm trying to parse. https://gist.github.com/sergiotapia/6ea4f860f9c4759dec1036118ac38872 It looks like the Floki's internal method: `filter_out(html_tree, "script")` is returning nil. This may be fixed in newer versions of...

This is exactly what I was looking for thanks! We're having issues with asian characters in slugs, this will be fantastic.

@ldexterldesign There's now a `Dockerfile` in the project, generated by `mix phx.gen.release --docker`. Could you give it a try and report back? I would really appreciate your help in getting...

@infinitejones If you pull latest you can see the docker-compose.yml file is there now - it should work out of the box assuming a Postgres instance with `postgres:postgres` username password...

Nyaa pantsu is dead unfortunately, but the overhaul I'm doing solves this problem for Nyaa. We're properly crawling seeders, leechers and sizes now (in bytes!). https://github.com/sergiotapia/magnetissimo/blob/liveview-rewrite/lib/magnetissimo/crawlers/nyaa.ex#L53

Closing this stale issue, please feel free to open a new ticket if this happens to you. Thank you!

@moonbuggy Thanks so much for your time helping out the project. I've neglected Magnetissimo but I'm in the middle of a large port over to Phoenix Livewire now. This PR...

I'm closing this stale issue. Please open a new ticket if this is still happening. The new liveview-rewrite branch has a Dockerfile that will make it easier for anyone who...

Closing this issue as this feature seems out of scope for the project. Plenty of other choices if streaming is your thing. What I will work on though is endpoints...