meeseeks bookmarks; also bookmarks

This commit is contained in:
Rüdiger Diedrich
2024-08-12 15:46:13 +02:00
parent 2ab3f7ba7f
commit fede012e44
6 changed files with 114 additions and 50 deletions

View File

@ -12,7 +12,6 @@ defmodule SomethingErlang.AwfulApi.Thread do
thread =
Meeseeks.one(html, css("#thread"))
thread_id =
Meeseeks.attr(thread, "class")
|> String.split(":")
@ -74,7 +73,6 @@ defmodule SomethingErlang.AwfulApi.Thread do
date
|> String.split(~r{[\s,:]}, trim: true)
|> Enum.drop(2)
|> dbg()
month =
1 +