removed comments

Signed-off-by: Gavin Johnson <gavinj1984@gmail.com>
This commit is contained in:
Gavin Johnson 2023-01-28 09:55:36 -08:00
parent 96344f28b4
commit 5c7bda66ae
1 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@ struct Invidious::User
return subscriptions
end
# Gavin Johnson (thtmnisamnstr), 20230127: Parse a youtube CSV playlist file and create the playlist
def parse_playlist_export_csv(user : User, csv_content : String)
rows = CSV.new(csv_content, headers: true)
row_counter = 0
@ -215,7 +214,6 @@ struct Invidious::User
return true
end
# Gavin Johnson (thtmnisamnstr), 20230127: Import playlist from Youtube export. Returns success status.
def from_youtube_pl(user : User, body : String, filename : String, type : String) : Bool
extension = filename.split(".").last