Skip to content

Commit

Permalink
remove a debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyssesZh committed Oct 20, 2023
1 parent 81a4f29 commit 3b219a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/invidious/user/imports.cr
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ struct Invidious::User
watched = data.as_a.compact_map do |item|
next unless url = item["titleUrl"]?
next unless match = url.as_s.match(/\?v=(?<video_id>[a-zA-Z0-9_-]+)$/)
puts match["video_id"]
match["video_id"]
end
watched.reverse! # YouTube have newest first
Expand Down

0 comments on commit 3b219a4

Please sign in to comment.