mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
Remove "puts"
This commit is contained in:
@@ -138,7 +138,6 @@ def fetch_video(id, client)
|
|||||||
|
|
||||||
if uri.host =~ /(www\.)?youtube.com/
|
if uri.host =~ /(www\.)?youtube.com/
|
||||||
uri = uri.full_path
|
uri = uri.full_path
|
||||||
puts uri
|
|
||||||
end
|
end
|
||||||
|
|
||||||
match.content = uri.to_s
|
match.content = uri.to_s
|
||||||
@@ -296,7 +295,6 @@ def template_comments(root)
|
|||||||
|
|
||||||
if uri.host =~ /(www\.)?youtube.com/
|
if uri.host =~ /(www\.)?youtube.com/
|
||||||
uri = uri.full_path
|
uri = uri.full_path
|
||||||
puts uri
|
|
||||||
end
|
end
|
||||||
|
|
||||||
match.content = uri.to_s
|
match.content = uri.to_s
|
||||||
|
Reference in New Issue
Block a user