Quick fix for subsciptions and category videos

master
azzy9 5 months ago
parent e08372227e
commit 9d887a8953

@ -248,11 +248,11 @@ def list_rumble( url, cat ):
amount = dir_list_create( data, cat, 'video', True, 1 )
else:
amount = dir_list_create( data, cat, 'channel', True )
elif cat in { 'subscriptions', 'cat_video' }:
amount = dir_list_create( data, cat, 'cat_video', False, 2 )
#elif cat in { 'subscriptions', 'cat_video' }:
#amount = dir_list_create( data, cat, 'cat_video', False, 2 )
elif cat in { 'channel', 'user', 'top', 'other' }:
amount = dir_list_create( data, cat, 'video', False, 2 )
elif cat in { 'channel_video' }:
elif cat in { 'subscriptions', 'cat_video', 'channel_video' }:
amount = dir_list_create( data, cat, 'channel_video', False, 2 )
elif cat == 'following':
amount = dir_list_create( data, cat, 'following', False, 2 )

Loading…
Cancel
Save