meeseeks bookmarks; also bookmarks
This commit is contained in:
@ -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 +
|
||||
|
Reference in New Issue
Block a user