This commit is contained in:
syeopite 2021-10-27 05:19:17 -07:00
parent 87c3c52c40
commit 045fdc7127
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82

View File

@ -19,7 +19,7 @@ module YouTubeStructs
property badges : Array(Tuple(String, String))?
# Extracts all renderers out of the category's contents.
def extract_renderers()
def extract_renderers
target = [] of Renderer
@contents.each { |cate_i| target << cate_i if !cate_i.is_a? Video }