mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-10-31 04:32:02 +00:00 
			
		
		
		
	Add comments to src/invidious/yt_backend/extractors.cr
Co-authored-by: Samantaz Fox <coding@samantaz.fr>
This commit is contained in:
		| @@ -171,6 +171,11 @@ private module Parsers | ||||
|       # TODO change default value to nil | ||||
|  | ||||
|       subscriber_count = item_contents.dig?("subscriberCountText", "simpleText") | ||||
|  | ||||
|       # Since youtube added channel handles, `VideoCountText` holds the number of | ||||
|       # subscribers and `subscriberCountText` holds the handle, except when the | ||||
|       # channel doesn't have a handle (e.g: some topic music channels). | ||||
|       # See https://github.com/iv-org/invidious/issues/3394#issuecomment-1321261688 | ||||
|       if !subscriber_count || !subscriber_count.as_s.includes? " subscriber" | ||||
|         subscriber_count = item_contents.dig?("videoCountText", "simpleText") | ||||
|       end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 DUO Labs
					DUO Labs