mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
make HelperExtractors non-private
This commit is contained in:
parent
d7ebd763f5
commit
e6ddd6d6c1
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ end
|
||||||
#
|
#
|
||||||
# Mostly used to extract out repeated structures to deal with code
|
# Mostly used to extract out repeated structures to deal with code
|
||||||
# repetition.
|
# repetition.
|
||||||
private module HelperExtractors
|
module HelperExtractors
|
||||||
# Retrieves the amount of videos present within the given InnerTube data.
|
# Retrieves the amount of videos present within the given InnerTube data.
|
||||||
#
|
#
|
||||||
# Returns a 0 when it's unable to do so
|
# Returns a 0 when it's unable to do so
|
||||||
|
|
Loading…
Reference in a new issue