Skip to content

Commit e6ddd6d

Browse files
committed
make HelperExtractors non-private
1 parent d7ebd76 commit e6ddd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/invidious/yt_backend/extractors.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ end
505505
#
506506
# Mostly used to extract out repeated structures to deal with code
507507
# repetition.
508-
private module HelperExtractors
508+
module HelperExtractors
509509
# Retrieves the amount of videos present within the given InnerTube data.
510510
#
511511
# Returns a 0 when it's unable to do so

0 commit comments

Comments
 (0)