Add support for 'user' URLs in NewPipe import

This commit is contained in:
Omar Roth
2019-04-22 15:39:57 -05:00
parent 5567e2843d
commit 19ed5bf993
3 changed files with 23 additions and 4 deletions

View File

@@ -51,8 +51,7 @@ def get_batch_channels(channels, db, refresh = false, pull_all_videos = true, ma
final = [] of String
channels.size.times do
ucid = finished_channel.receive
if ucid
if ucid = finished_channel.receive
final << ucid
end
end