diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2022-02-03 00:44:52 +0100 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2022-02-03 01:37:30 +0100 |
| commit | e6ddd6d6c1f649f43c5906f1090d800f619f37fd (patch) | |
| tree | 03ac19da732f5bb56c9bda6f77d300a42460bf72 | |
| parent | d7ebd763f54a3211aac02a2862775bf130029061 (diff) | |
| download | invidious-e6ddd6d6c1f649f43c5906f1090d800f619f37fd.tar.gz invidious-e6ddd6d6c1f649f43c5906f1090d800f619f37fd.tar.bz2 invidious-e6ddd6d6c1f649f43c5906f1090d800f619f37fd.zip | |
make HelperExtractors non-private
| -rw-r--r-- | src/invidious/yt_backend/extractors.cr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/yt_backend/extractors.cr b/src/invidious/yt_backend/extractors.cr index 66b3cdef..27ce550b 100644 --- a/src/invidious/yt_backend/extractors.cr +++ b/src/invidious/yt_backend/extractors.cr @@ -505,7 +505,7 @@ end # # Mostly used to extract out repeated structures to deal with code # repetition. -private module HelperExtractors +module HelperExtractors # Retrieves the amount of videos present within the given InnerTube data. # # Returns a 0 when it's unable to do so |
