Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit in amount of whitelisted channels #19

Closed
NightMean opened this issue Nov 9, 2024 · 35 comments
Closed

Limit in amount of whitelisted channels #19

NightMean opened this issue Nov 9, 2024 · 35 comments

Comments

@NightMean
Copy link

NightMean commented Nov 9, 2024

Hi, I've been using bbyen for quite a while now and I only use the whitelist feature instead of having notified of every new upload from every channel that I am subscribed to.

In the past week or so, I noticed that for some reason bbyen stopped checking all whitelisted channels and stops checking after around 854 channel out of 1162 (Yeah, I do have a lot of them :) )
I have not played with the configuration file other than occasionally adding the whitelisted channels into it since I set it up.
This was perfectly working for a year or so.

I enabled verbose logging but other than saying that it stopped checking, I don't see anything that would be more helpful.
Any idea if the database has some kind of limit that I might have gone over ? :)

Hre is the log and the config that I used with obfuscated credentials.
log_9.11.2024_1.txt

config.json

Edit: After checking Youtube channels that starts with letter T (As that is when the checking stops usually), I found that this has happened around 3 months ago as there videos from the past that I didn't see. Probably not useful to you though.

@MarcelRobitaille
Copy link
Owner

Hi. I'm glad to hear you're using bbyen!

I don't see anything in the logs. We can check if all whitelisted channels are recognized. Please try version 2.1.3 which has additional logging for this purpose.

There should not be any limits. In the past, I ran into limits sending emails. For example, if I would subscribe to some new channels, it would try to send a bunch of emails to send out the backlog from those channels. But that was a limit with my email provide. After a few attempts, it would clear up. I don't see any logs saying that there are new videos, so it can't be that.

@MarcelRobitaille
Copy link
Owner

I have 599 channels after filtering, so not so different from you. I've not noticed any problems, but maybe I'm less observant than you and I'm missing stuff 😬

@NightMean
Copy link
Author

Thanks for the quick response! I've created a fresh instance of latest bbyen 2.1.3 and copied my config, token and database over.

First of all, I think there is an issue with installing the ts-node package as by installing it via the npm install --production did not work and said that ts-node was not installed. I managed to fix it by manually running npm i ts-node
I've noticed that upon editing the package.json there is ^ character before the version name although I don't see that in the Github. Not sure if this is the root cause or that is an indication that I have higher version installed than it is specified.

image

When it comes to the logging from the latest version, the logging says that it only found 340 channels while I have 411 (Did some cleanup of duplicates, etc in the meantime so it is not the same number as from the config I shared above)
For example, I have UCekQr9znsk2vWxBo3YiLq2w or UCsfmvtiR2GSTYAeUvl1BvGA in the config and that even got picked up in the normalization but in the end, the Subscription was not checked as it stopped on letter T.

I do have like 15 more examples if you want me to send it but I guess those 2 examples should be enough for now.
Unfortunately this is not an issue with sending the emails but with the script itself :/

Logs are here ubuntu@linux:/opt/bbyen-test/bbyen$ npm start

bbyen@2.1.3 start /opt/bbyen-test/bbyen
ts-node --transpile-only src/index.ts

2024-11-10T00:05:34.842Z [verbose] [config]: Normalizing channel string 'UCcUNYFu8wNDncymesUOtPrg'
2024-11-10T00:05:34.844Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.844Z [verbose] [config]: Normalizing channel string 'UCVekgNuouyp2rpGLMEoWddA'
2024-11-10T00:05:34.845Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.845Z [verbose] [config]: Normalizing channel string 'UCmZdjVse4X2fGwUrIT1cnog'
2024-11-10T00:05:34.845Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.845Z [verbose] [config]: Normalizing channel string 'UCP-hGpCZf5XNxC_oMEVGOXw'
2024-11-10T00:05:34.845Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.845Z [verbose] [config]: Normalizing channel string 'UCPzFLpOblZEaIx2lpym1l1A'
2024-11-10T00:05:34.845Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.845Z [verbose] [config]: Normalizing channel string 'UC2uEcAQgz4x2gdwdqNQ4r_Q'
2024-11-10T00:05:34.845Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.846Z [verbose] [config]: Normalizing channel string 'UCgyqtNWZmIxTx3b6OxTSALw'
2024-11-10T00:05:34.846Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.846Z [verbose] [config]: Normalizing channel string 'UC4szvt0DlmJRMoUMr2BCLRw'
2024-11-10T00:05:34.846Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.846Z [verbose] [config]: Normalizing channel string 'UClDKwR-G0jjwEBntb7Cf5Vw'
2024-11-10T00:05:34.846Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.846Z [verbose] [config]: Normalizing channel string 'UCaQhrSgf-nF7plkELHpC0Cg'
2024-11-10T00:05:34.846Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.846Z [verbose] [config]: Normalizing channel string 'UCK0_Wks3KCgG54GNnDcVwfA'
2024-11-10T00:05:34.846Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.846Z [verbose] [config]: Normalizing channel string 'UCa_IQJ0AluVgAJ3BMZOvZqg'
2024-11-10T00:05:34.846Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.846Z [verbose] [config]: Normalizing channel string 'UC67f2Qf7FYhtoUIF4Sf29cA'
2024-11-10T00:05:34.846Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.846Z [verbose] [config]: Normalizing channel string 'UCvNBXWGykQrWb7kPAn5eLUQ'
2024-11-10T00:05:34.846Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.847Z [verbose] [config]: Normalizing channel string 'UCftcLVz-jtPXoH3cWUUDwYw'
2024-11-10T00:05:34.847Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.847Z [verbose] [config]: Normalizing channel string 'UCMEaVhTZcks9BTpVGsuKfMw'
2024-11-10T00:05:34.847Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.847Z [verbose] [config]: Normalizing channel string 'UCac6UP9a9vR7tEkMjl4UHtg'
2024-11-10T00:05:34.847Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.847Z [verbose] [config]: Normalizing channel string 'UC7vVhkEfw4nOGp8TyDk7RcQ'
2024-11-10T00:05:34.847Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.847Z [verbose] [config]: Normalizing channel string 'UCAayZDDj3uom0QpSJiwLoUw'
2024-11-10T00:05:34.847Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.847Z [verbose] [config]: Normalizing channel string 'UCKLmntfj3NmM2E3_LB3qs-w'
2024-11-10T00:05:34.847Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.847Z [verbose] [config]: Normalizing channel string 'UCB2TRuFjwgWdbHEaGHP1kfw'
2024-11-10T00:05:34.847Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.847Z [verbose] [config]: Normalizing channel string 'UCu4sC_NJJWT7eNTgyBiYKKQ'
2024-11-10T00:05:34.847Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.847Z [verbose] [config]: Normalizing channel string 'UCBZiUUYeLfS5rIj4TQvgSvA'
2024-11-10T00:05:34.848Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.848Z [verbose] [config]: Normalizing channel string 'UCes1EvRjcKU4sY_UEavndBw'
2024-11-10T00:05:34.848Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.848Z [verbose] [config]: Normalizing channel string 'UCg6gPGh8HU2U01vaFCAsvmQ'
2024-11-10T00:05:34.848Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.848Z [verbose] [config]: Normalizing channel string 'UCO51Z4c1R8EPHZioGwgBmDw'
2024-11-10T00:05:34.848Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.848Z [verbose] [config]: Normalizing channel string 'UCp68_FLety0O-n9QU6phsgw'
2024-11-10T00:05:34.848Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.848Z [verbose] [config]: Normalizing channel string 'UC_c_u7S24rU23He0CWOANHg'
2024-11-10T00:05:34.848Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.848Z [verbose] [config]: Normalizing channel string 'UCPy4EQ9HhP-g9xc4yDahhnQ'
2024-11-10T00:05:34.848Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.848Z [verbose] [config]: Normalizing channel string 'UCRpKZb4l8y1N4wwlH8BSuvw'
2024-11-10T00:05:34.848Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.848Z [verbose] [config]: Normalizing channel string 'UCct_7YK2eCmn5OjSd8VNdgg'
2024-11-10T00:05:34.848Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.848Z [verbose] [config]: Normalizing channel string 'UC4zyoIAzmdsgpDZQfO1-lSA'
2024-11-10T00:05:34.848Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.849Z [verbose] [config]: Normalizing channel string 'UCdC0An4ZPNr_YiFiYoVbwaw'
2024-11-10T00:05:34.849Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.849Z [verbose] [config]: Normalizing channel string 'UCKhEl5o5IZgBGaX2Oxd_GMw'
2024-11-10T00:05:34.849Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.849Z [verbose] [config]: Normalizing channel string 'UCThrs0qvb_MrW9UGSes4uIA'
2024-11-10T00:05:34.849Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.849Z [verbose] [config]: Normalizing channel string 'UCJItQmwUrcW4VdUqWaRUNIg'
2024-11-10T00:05:34.849Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.849Z [verbose] [config]: Normalizing channel string 'UC_ViSsVg_3JUDyLS3E2Un5g'
2024-11-10T00:05:34.849Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.849Z [verbose] [config]: Normalizing channel string 'UCZ5XnGb-3t7jCkXdawN2tkA'
2024-11-10T00:05:34.849Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.849Z [verbose] [config]: Normalizing channel string 'UCUQo7nzH1sXVpzL92VesANw'
2024-11-10T00:05:34.849Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.849Z [verbose] [config]: Normalizing channel string 'UC177ji4tmDiLlW5iKyfJShA'
2024-11-10T00:05:34.849Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.849Z [verbose] [config]: Normalizing channel string 'UCoc4iO1r4Bv0kuABk5PUwdw'
2024-11-10T00:05:34.849Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.849Z [verbose] [config]: Normalizing channel string 'UCJ0-OtVpF0wOKEqT2Z1HEtA'
2024-11-10T00:05:34.849Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.850Z [verbose] [config]: Normalizing channel string 'UCYHERhfbTbJ1LnDCcKpUfEA'
2024-11-10T00:05:34.850Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.850Z [verbose] [config]: Normalizing channel string 'UCEEIwER2_h8pAv0dDxxFqKg'
2024-11-10T00:05:34.850Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.850Z [verbose] [config]: Normalizing channel string 'UCcCv5GFz0sSQwHekeXmHpww'
2024-11-10T00:05:34.850Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.850Z [verbose] [config]: Normalizing channel string 'UCRBHiacaQb5S70pljtJYB2g'
2024-11-10T00:05:34.850Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.850Z [verbose] [config]: Normalizing channel string 'UCj34AOIMl_k1fF7hcBkD_dw'
2024-11-10T00:05:34.850Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.850Z [verbose] [config]: Normalizing channel string 'UCoBTIuhduIoXk3x81trUnzQ'
2024-11-10T00:05:34.850Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.850Z [verbose] [config]: Normalizing channel string 'UCEaEuLUvy4Y1DqpxiDvnxeQ'
2024-11-10T00:05:34.850Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.850Z [verbose] [config]: Normalizing channel string 'UCjabIGJF2F0c_HTQAD_N-SA'
2024-11-10T00:05:34.850Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.850Z [verbose] [config]: Normalizing channel string 'UC0Nmdo1DVRHkuFA7QTthXGw'
2024-11-10T00:05:34.850Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.850Z [verbose] [config]: Normalizing channel string 'UCdT3vcw06GJdYlVwYE8Xtpw'
2024-11-10T00:05:34.850Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.850Z [verbose] [config]: Normalizing channel string 'UCRjSO-juFtngAeJGJRMdIZw'
2024-11-10T00:05:34.850Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.851Z [verbose] [config]: Normalizing channel string 'UCx6g0AfA8YBkGqWwPxVYl3w'
2024-11-10T00:05:34.851Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.851Z [verbose] [config]: Normalizing channel string 'UC4aOa6Q-cHMXaNixIi26q3Q'
2024-11-10T00:05:34.851Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.851Z [verbose] [config]: Normalizing channel string 'UCewFV_KI5BSu0f8bKZ4BMfA'
2024-11-10T00:05:34.851Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.851Z [verbose] [config]: Normalizing channel string 'UCK8sQmJBp8GCxrOtXWBpyEA'
2024-11-10T00:05:34.851Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.851Z [verbose] [config]: Normalizing channel string 'UC6mIxFTvXkWQVEHPsEdflzQ'
2024-11-10T00:05:34.851Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.851Z [verbose] [config]: Normalizing channel string 'UChDhmjwek68frAz_p4ySBuQ'
2024-11-10T00:05:34.851Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.851Z [verbose] [config]: Normalizing channel string 'UCGkPFRA66RDb77wtp1V04Pg'
2024-11-10T00:05:34.851Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.851Z [verbose] [config]: Normalizing channel string 'UC3s0BtrBJpwNDaflRSoiieQ'
2024-11-10T00:05:34.851Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.851Z [verbose] [config]: Normalizing channel string 'UCTzLRZUgelatKZ4nyIKcAbg'
2024-11-10T00:05:34.851Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.851Z [verbose] [config]: Normalizing channel string 'UCDPw8Soy1c7Q3yxLq5kMR_A'
2024-11-10T00:05:34.851Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.852Z [verbose] [config]: Normalizing channel string 'UCI4I6ldZ0jWe7vXpUVeVcpg'
2024-11-10T00:05:34.852Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.852Z [verbose] [config]: Normalizing channel string 'UCwiIs5V6-zX8xaYgwhRhsHQ'
2024-11-10T00:05:34.852Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.852Z [verbose] [config]: Normalizing channel string 'UCT9zcQNlyht7fRlcjmflRSA'
2024-11-10T00:05:34.852Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.852Z [verbose] [config]: Normalizing channel string 'UCw7FkXsC00lH2v2yB5LQoYA'
2024-11-10T00:05:34.852Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.852Z [verbose] [config]: Normalizing channel string 'UC64x_rKHxY113KMWmprLBPA'
2024-11-10T00:05:34.852Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.852Z [verbose] [config]: Normalizing channel string 'UCkWQ0gDrqOCarmUKmppD7GQ'
2024-11-10T00:05:34.852Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.852Z [verbose] [config]: Normalizing channel string 'UCfqaSR8bTICp6S9K4jp8z3w'
2024-11-10T00:05:34.852Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.852Z [verbose] [config]: Normalizing channel string 'UCegEbxS54ee3fh19N56cG2A'
2024-11-10T00:05:34.852Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.852Z [verbose] [config]: Normalizing channel string 'UCWFKCr40YwOZQx8FHU_ZqqQ'
2024-11-10T00:05:34.852Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.852Z [verbose] [config]: Normalizing channel string 'UCBNG0osIBAprVcZZ3ic84vw'
2024-11-10T00:05:34.852Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.852Z [verbose] [config]: Normalizing channel string 'UChBEbMKI1eCcejTtmI32UEw'
2024-11-10T00:05:34.853Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.853Z [verbose] [config]: Normalizing channel string 'UCFCLm6HxfrIH_NSRgqqbpAg'
2024-11-10T00:05:34.853Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.853Z [verbose] [config]: Normalizing channel string 'UCKDhbg8zZxiQ7esOnQSe4Hw'
2024-11-10T00:05:34.853Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.853Z [verbose] [config]: Normalizing channel string 'UClLCyPEGGJq4m_LhHl0egJA'
2024-11-10T00:05:34.853Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.853Z [verbose] [config]: Normalizing channel string 'UCGC8o-hW_TS-UpnThU0Wa1w'
2024-11-10T00:05:34.853Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.853Z [verbose] [config]: Normalizing channel string 'UCMyjkQ-xARj9cX773G2Nxvg'
2024-11-10T00:05:34.853Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.853Z [verbose] [config]: Normalizing channel string 'UCsXVk37bltHxD1rDPwtNM8Q'
2024-11-10T00:05:34.853Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.853Z [verbose] [config]: Normalizing channel string 'UCZU9T1ceaOgwfLRq7OKFU4Q'
2024-11-10T00:05:34.853Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.853Z [verbose] [config]: Normalizing channel string 'UCXuqSBlHAE6Xw-yeJA0Tunw'
2024-11-10T00:05:34.853Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.853Z [verbose] [config]: Normalizing channel string 'UCu7TZ_ATWgjgD9IrNLdnYDA'
2024-11-10T00:05:34.853Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.853Z [verbose] [config]: Normalizing channel string 'UCk78ZcA6kflEvBR0UrGDH0Q'
2024-11-10T00:05:34.853Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.853Z [verbose] [config]: Normalizing channel string 'UCE4nLiG5vDeXZVzn9r21rhQ'
2024-11-10T00:05:34.854Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.854Z [verbose] [config]: Normalizing channel string 'UCFpxI5QnSzMnwNDigbvecZg'
2024-11-10T00:05:34.854Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.854Z [verbose] [config]: Normalizing channel string 'UCmG85h2bIaqCVHZEbUi7vyQ'
2024-11-10T00:05:34.854Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.854Z [verbose] [config]: Normalizing channel string 'UCfsznjef2zGJnrCRQBXqo6Q'
2024-11-10T00:05:34.854Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.854Z [verbose] [config]: Normalizing channel string 'UCXYRdIXDdeZIf816EWAr5zQ'
2024-11-10T00:05:34.854Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.854Z [verbose] [config]: Normalizing channel string 'UCBLBaTZqjr8-VEjXBnz7tOA'
2024-11-10T00:05:34.854Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.854Z [verbose] [config]: Normalizing channel string 'UCvIk1wqOVdjqsBE1-m-p0pA'
2024-11-10T00:05:34.854Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.854Z [verbose] [config]: Normalizing channel string 'UCUORtXDR8pFwNAXSxjL8Tgw'
2024-11-10T00:05:34.854Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.854Z [verbose] [config]: Normalizing channel string 'UCQ6_ekp-uPkM0lOuNPVQLFA'
2024-11-10T00:05:34.854Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.854Z [verbose] [config]: Normalizing channel string 'UCY1kMZp36IQSyNx_9h4mpCg'
2024-11-10T00:05:34.854Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.855Z [verbose] [config]: Normalizing channel string 'UCkz2Ucm39CqmQYZtloBk8fg'
2024-11-10T00:05:34.855Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.855Z [verbose] [config]: Normalizing channel string 'UCBJycsmduvYEL83R_U4JriQ'
2024-11-10T00:05:34.855Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.855Z [verbose] [config]: Normalizing channel string 'UCYW3_oKIXba08iJDIl3vlyA'
2024-11-10T00:05:34.855Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.855Z [verbose] [config]: Normalizing channel string 'UCL_XuR9jOkgivUmZGaXPEeA'
2024-11-10T00:05:34.855Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.855Z [verbose] [config]: Normalizing channel string 'UCKpbi30FGG0sWHr0BpRxyaQ'
2024-11-10T00:05:34.855Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.855Z [verbose] [config]: Normalizing channel string 'UCrZ3Q0bO1FilIYkn8ahDxSQ'
2024-11-10T00:05:34.855Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.855Z [verbose] [config]: Normalizing channel string 'UCKKiQ8Bz3pgiJ7JdqNrQfeQ'
2024-11-10T00:05:34.855Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.855Z [verbose] [config]: Normalizing channel string 'UCX8wX1_7G29agXK0TaoQyLg'
2024-11-10T00:05:34.855Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.855Z [verbose] [config]: Normalizing channel string 'UCNV6tckdVW3L_wiBN8tz9gQ'
2024-11-10T00:05:34.855Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.855Z [verbose] [config]: Normalizing channel string 'UCk-1Oa5qkBUXNKYdK95os8g'
2024-11-10T00:05:34.855Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.855Z [verbose] [config]: Normalizing channel string 'UCyITaEicu1XG8km-OCmuHCg'
2024-11-10T00:05:34.856Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.856Z [verbose] [config]: Normalizing channel string 'UCtHaxi4GTYDpJgMSGy7AeSw'
2024-11-10T00:05:34.856Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.856Z [verbose] [config]: Normalizing channel string 'UCHdGxdBtAWo-9EeRdIIP3WA'
2024-11-10T00:05:34.856Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.856Z [verbose] [config]: Normalizing channel string 'UCT2rZIAL-zNqeK1OmLLUa6g'
2024-11-10T00:05:34.856Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.856Z [verbose] [config]: Normalizing channel string 'UC1sELGmy5jp5fQUugmuYlXQ'
2024-11-10T00:05:34.856Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.856Z [verbose] [config]: Normalizing channel string 'UC7wO0P1x5hf0D4Ju5v7n8Pg'
2024-11-10T00:05:34.856Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.856Z [verbose] [config]: Normalizing channel string 'UCET0jPMhgiSfdZybhyrIMhA'
2024-11-10T00:05:34.856Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.856Z [verbose] [config]: Normalizing channel string 'UCml2SehuBXuSlXvLrWBjUig'
2024-11-10T00:05:34.856Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.856Z [verbose] [config]: Normalizing channel string 'UCvj8-S1Knq-HOjF8DWcqfPA'
2024-11-10T00:05:34.856Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.856Z [verbose] [config]: Normalizing channel string 'UCGJeS5TdFfrcSJA2xChsVTA'
2024-11-10T00:05:34.856Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.856Z [verbose] [config]: Normalizing channel string 'UC7JOlTTviOqkdFJHha53hEQ'
2024-11-10T00:05:34.857Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.857Z [verbose] [config]: Normalizing channel string 'UCuHheGtxHlSrumRzHW2GnuQ'
2024-11-10T00:05:34.857Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.857Z [verbose] [config]: Normalizing channel string 'UCmJy9sk2jlzUTdVhuT1oSXQ'
2024-11-10T00:05:34.857Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.857Z [verbose] [config]: Normalizing channel string 'UC5_Y-BKzq1uW_2rexWkUzlA'
2024-11-10T00:05:34.857Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.857Z [verbose] [config]: Normalizing channel string 'UCPhq7iR65k0gWcraXgLiY1A'
2024-11-10T00:05:34.857Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.857Z [verbose] [config]: Normalizing channel string 'UCFtc3XdXgLFwhlDajMGK69w'
2024-11-10T00:05:34.857Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.857Z [verbose] [config]: Normalizing channel string 'UCr6ct_6KNoMhiWKtPO7NF6A'
2024-11-10T00:05:34.857Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.857Z [verbose] [config]: Normalizing channel string 'UCFhXFikryT4aFcLkLw2LBLA'
2024-11-10T00:05:34.857Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.857Z [verbose] [config]: Normalizing channel string 'UCUvRs7ZcaRqbHDNxa0QfNAQ'
2024-11-10T00:05:34.857Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.857Z [verbose] [config]: Normalizing channel string 'UC-KTRBl9_6AX10-Y7IKwKdw'
2024-11-10T00:05:34.857Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.857Z [verbose] [config]: Normalizing channel string 'UCrDkAvwZum-UTjHmzDI2iIw'
2024-11-10T00:05:34.857Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.858Z [verbose] [config]: Normalizing channel string 'UC-hZDis8Dbfk8FotKkOXyQQ'
2024-11-10T00:05:34.858Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.858Z [verbose] [config]: Normalizing channel string 'UCcPam6Ricb-rgIkcEjCeCUA'
2024-11-10T00:05:34.858Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.858Z [verbose] [config]: Normalizing channel string 'UC7zygr3uEiMSkxv-6nbFUGQ'
2024-11-10T00:05:34.858Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.858Z [verbose] [config]: Normalizing channel string 'UCov1MwxOPcO_Pi_b5JGT_rQ'
2024-11-10T00:05:34.858Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.858Z [verbose] [config]: Normalizing channel string 'UCrOu56O5lC1hHhG6JyBtNxw'
2024-11-10T00:05:34.858Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.858Z [verbose] [config]: Normalizing channel string 'UCbgM8ptK_1uvuDhrym8Q13g'
2024-11-10T00:05:34.858Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.858Z [verbose] [config]: Normalizing channel string 'UCYPSqcSmwg7-7p9g1UTwHUA'
2024-11-10T00:05:34.858Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.858Z [verbose] [config]: Normalizing channel string 'UC8JyHTpu8yVAqeuBY32aVvw'
2024-11-10T00:05:34.858Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.858Z [verbose] [config]: Normalizing channel string 'UCl9OJE9OpXui-gRsnWjSrlA'
2024-11-10T00:05:34.858Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.858Z [verbose] [config]: Normalizing channel string 'UC4CUhb7fbB6Mch8R2GJWJtw'
2024-11-10T00:05:34.858Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.858Z [verbose] [config]: Normalizing channel string 'UCWICQQRe81LaoKKsSk7IJ8g'
2024-11-10T00:05:34.858Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.858Z [verbose] [config]: Normalizing channel string 'UCnHEz9DZ6EAof1-DaQGD_Xw'
2024-11-10T00:05:34.858Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.859Z [verbose] [config]: Normalizing channel string 'UCu4lx1klxwUO9oCzs2vDBhw'
2024-11-10T00:05:34.859Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.859Z [verbose] [config]: Normalizing channel string 'UCfJMTSu26gWYYYiwxWgYwbA'
2024-11-10T00:05:34.859Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.859Z [verbose] [config]: Normalizing channel string 'UCZRYEa3YILhcdYd7MHkFGzg'
2024-11-10T00:05:34.859Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.859Z [verbose] [config]: Normalizing channel string 'UCHxEzgQ2rEuf6Xa29azjPZg'
2024-11-10T00:05:34.859Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.859Z [verbose] [config]: Normalizing channel string 'UChnN9MPURwKV2PbEoT2vhTQ'
2024-11-10T00:05:34.859Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.859Z [verbose] [config]: Normalizing channel string 'UCjf9bdEyaq-DeyIfNmk2VXQ'
2024-11-10T00:05:34.859Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.859Z [verbose] [config]: Normalizing channel string 'UCvFXXIn7yfM297YIycnFDWw'
2024-11-10T00:05:34.859Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.859Z [verbose] [config]: Normalizing channel string 'UCEuOwB9vSL1oPKGNdONB4ig'
2024-11-10T00:05:34.859Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.859Z [verbose] [config]: Normalizing channel string 'UCfV0_wbjG8KJADuZT2ct4SA'
2024-11-10T00:05:34.859Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.859Z [verbose] [config]: Normalizing channel string 'UCuFpInADMAlWGCxsNAt_SKQ'
2024-11-10T00:05:34.859Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.859Z [verbose] [config]: Normalizing channel string 'UC6VcWc1rAoWdBCM0JxrRQ3A'
2024-11-10T00:05:34.860Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.860Z [verbose] [config]: Normalizing channel string 'UCbaBba_E_D5wuLuaouEWvyQ'
2024-11-10T00:05:34.860Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.860Z [verbose] [config]: Normalizing channel string 'UCTewGQMmMs0CncOVTMLwhQg'
2024-11-10T00:05:34.860Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.860Z [verbose] [config]: Normalizing channel string 'UClY084mbGLK_SLlOfgizjow'
2024-11-10T00:05:34.860Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.860Z [verbose] [config]: Normalizing channel string 'UC4m2G6T18_JcjwxwtwKJijw'
2024-11-10T00:05:34.860Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.860Z [verbose] [config]: Normalizing channel string 'UCwhWV4r7e6J5TjvYjA4ccng'
2024-11-10T00:05:34.860Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.860Z [verbose] [config]: Normalizing channel string 'UCaXV-r0zzGOsVg3V2U164wA'
2024-11-10T00:05:34.860Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.860Z [verbose] [config]: Normalizing channel string 'UCW6xlqxSY3gGur4PkGPEUeA'
2024-11-10T00:05:34.860Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.860Z [verbose] [config]: Normalizing channel string 'UCdBK94H6oZT2Q7l0-b0xmMg'
2024-11-10T00:05:34.860Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.860Z [verbose] [config]: Normalizing channel string 'UC_tvR3xgVNReKaxSbpCG-mQ'
2024-11-10T00:05:34.860Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.860Z [verbose] [config]: Normalizing channel string 'UC1qw9p3WYjS9TKJFmq9B2hA'
2024-11-10T00:05:34.861Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.861Z [verbose] [config]: Normalizing channel string 'UCXh8gAWuezCqFwnl5tm1i9g'
2024-11-10T00:05:34.861Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.861Z [verbose] [config]: Normalizing channel string 'UCPhpS5L5sWaHV5AYhvpFXaQ'
2024-11-10T00:05:34.861Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.861Z [verbose] [config]: Normalizing channel string 'UC_TVqp_SyG6j5hG-xVRy95A'
2024-11-10T00:05:34.861Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.861Z [verbose] [config]: Normalizing channel string 'UCotlYu9WUcKZCUcEcNYWu_Q'
2024-11-10T00:05:34.861Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.861Z [verbose] [config]: Normalizing channel string 'UCcbhPRpAKqY_NK2mvkn_S7Q'
2024-11-10T00:05:34.861Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.861Z [verbose] [config]: Normalizing channel string 'UCGRAEyA6xxq8MuOM5mOViNA'
2024-11-10T00:05:34.861Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.861Z [verbose] [config]: Normalizing channel string 'UC1XBNzQoDM-ZOpsc3Hpw1kg'
2024-11-10T00:05:34.861Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.861Z [verbose] [config]: Normalizing channel string 'UCFmjA6dnjv-phqrFACyI8tw'
2024-11-10T00:05:34.861Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.861Z [verbose] [config]: Normalizing channel string 'UC8Cd4TlU1d5mPNGKXibCWqw'
2024-11-10T00:05:34.861Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.861Z [verbose] [config]: Normalizing channel string 'UCCoimlPAWlv1CfZKyg1MK6w'
2024-11-10T00:05:34.861Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.862Z [verbose] [config]: Normalizing channel string 'UCQKyy9Wl7hsVn1BP7BC53Yg'
2024-11-10T00:05:34.862Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.862Z [verbose] [config]: Normalizing channel string 'UCGwruZaVBlp2AwbdUdNaLPQ'
2024-11-10T00:05:34.862Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.862Z [verbose] [config]: Normalizing channel string 'UCEIwxahdLz7bap-VDs9h35A'
2024-11-10T00:05:34.862Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.862Z [verbose] [config]: Normalizing channel string 'UCO8DQrSp5yEP937qNqTooOw'
2024-11-10T00:05:34.862Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.862Z [verbose] [config]: Normalizing channel string 'UCCvCHN9DaKn8ON5VxDZmyhQ'
2024-11-10T00:05:34.862Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.862Z [verbose] [config]: Normalizing channel string 'UCJYJgj7rzsn0vdR7fkgjuIA'
2024-11-10T00:05:34.862Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.862Z [verbose] [config]: Normalizing channel string 'UCd0ZD4iCXRXf18p3cA7EQfg'
2024-11-10T00:05:34.862Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.862Z [verbose] [config]: Normalizing channel string 'UCdU3K0pmvsuxcHFaI3aWKHw'
2024-11-10T00:05:34.862Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.862Z [verbose] [config]: Normalizing channel string 'UCeeFfhMcJa1kjtfZAGskOCA'
2024-11-10T00:05:34.862Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.862Z [verbose] [config]: Normalizing channel string 'UCy0tKL1T7wFoYcxCe0xjN6Q'
2024-11-10T00:05:34.862Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.863Z [verbose] [config]: Normalizing channel string 'UCp716HP042xeVRLkVBKC8Hg'
2024-11-10T00:05:34.863Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.863Z [verbose] [config]: Normalizing channel string 'UC0vBXGSyV14uvJ4hECDOl0Q'
2024-11-10T00:05:34.863Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.863Z [verbose] [config]: Normalizing channel string 'UC5WjFrtBdufl6CZojX3D8dQ'
2024-11-10T00:05:34.863Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.863Z [verbose] [config]: Normalizing channel string 'UC1VLQPn9cYSqx8plbk9RxxQ'
2024-11-10T00:05:34.863Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.863Z [verbose] [config]: Normalizing channel string 'UCs6vRDdkZ8bP8Xt6WHbvrwA'
2024-11-10T00:05:34.863Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.863Z [verbose] [config]: Normalizing channel string 'UC1zZE_kJ8rQHgLTVfobLi_g'
2024-11-10T00:05:34.863Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.863Z [verbose] [config]: Normalizing channel string 'UChMQjji58IrRFBkyABo1RgQ'
2024-11-10T00:05:34.863Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.863Z [verbose] [config]: Normalizing channel string 'UCnr29dxZB1vsbiHLBL7kfAQ'
2024-11-10T00:05:34.863Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.863Z [verbose] [config]: Normalizing channel string 'UCV5vCi3jPJdURZwAOO_FNfQ'
2024-11-10T00:05:34.863Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.863Z [verbose] [config]: Normalizing channel string 'UCJDON3eLf8709E9YfjAgLOw'
2024-11-10T00:05:34.863Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.863Z [verbose] [config]: Normalizing channel string 'UCsN8M73DMWa8SPp5o_0IAQQ'
2024-11-10T00:05:34.863Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.864Z [verbose] [config]: Normalizing channel string 'UCBa659QWEk1AI4Tg--mrJ2A'
2024-11-10T00:05:34.864Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.864Z [verbose] [config]: Normalizing channel string 'UC2Gei2v2tsgxShuUzZNdczQ'
2024-11-10T00:05:34.864Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.864Z [verbose] [config]: Normalizing channel string 'UCeN8QxzRF28Z8859ELVIugQ'
2024-11-10T00:05:34.864Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.864Z [verbose] [config]: Normalizing channel string 'UCGxYsES89b3we65M2oCcnaw'
2024-11-10T00:05:34.864Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.864Z [verbose] [config]: Normalizing channel string 'UCnKuh5S-wnGzeYkXx-PJVBQ'
2024-11-10T00:05:34.864Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.864Z [verbose] [config]: Normalizing channel string 'UCKqH_9mk1waLgBiL2vT5b9g'
2024-11-10T00:05:34.864Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.864Z [verbose] [config]: Normalizing channel string 'UCZN0HBSI9qUGHcEkt-ghv1w'
2024-11-10T00:05:34.864Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.864Z [verbose] [config]: Normalizing channel string 'UCHnyfMqiRRG1u-2MsSQLbXA'
2024-11-10T00:05:34.864Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.864Z [verbose] [config]: Normalizing channel string 'UCkjkWSTCnpd1NrmT2fqn2kg'
2024-11-10T00:05:34.864Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.864Z [verbose] [config]: Normalizing channel string 'UC833OunJ6iN8MblXeHZdYhw'
2024-11-10T00:05:34.865Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.865Z [verbose] [config]: Normalizing channel string 'UCpXnjQ2PRuzdvU_JOMS8bbw'
2024-11-10T00:05:34.865Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.865Z [verbose] [config]: Normalizing channel string 'UC6eTJkfu1dZecd093qTryaQ'
2024-11-10T00:05:34.865Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.865Z [verbose] [config]: Normalizing channel string 'UC0iQGh7wJO55xLgNGjd7Pbg'
2024-11-10T00:05:34.865Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.865Z [verbose] [config]: Normalizing channel string 'UCCjj5Z7c3plELb6_zAFPW8Q'
2024-11-10T00:05:34.865Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.865Z [verbose] [config]: Normalizing channel string 'UC7_KE6ei8df4qW7WBgbDT5g'
2024-11-10T00:05:34.865Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.865Z [verbose] [config]: Normalizing channel string 'UCvnb2DgfVNvD1sHyf9xIxjQ'
2024-11-10T00:05:34.865Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.865Z [verbose] [config]: Normalizing channel string 'UCAbgUMnyIxfqeBwwR3RMBYQ'
2024-11-10T00:05:34.865Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.865Z [verbose] [config]: Normalizing channel string 'UCVWhVAZwCdQsPZL-mDLcxPQ'
2024-11-10T00:05:34.865Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.865Z [verbose] [config]: Normalizing channel string 'UCKteX5PfVD7zlD4TqFh0UpQ'
2024-11-10T00:05:34.865Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.865Z [verbose] [config]: Normalizing channel string 'UCVGOyzms_XJNk_DHqrffXCw'
2024-11-10T00:05:34.865Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.866Z [verbose] [config]: Normalizing channel string 'UCcXhhVwCT6_WqjkEniejRJQ'
2024-11-10T00:05:34.866Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.866Z [verbose] [config]: Normalizing channel string 'UCk1SpWNzOs4MYmr0uICEntg'
2024-11-10T00:05:34.866Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.866Z [verbose] [config]: Normalizing channel string 'UCBR8-60-B28hp2BmDPdntcQ'
2024-11-10T00:05:34.866Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.866Z [verbose] [config]: Normalizing channel string 'UC0sytTpk1adR_cfjHhiJ08Q'
2024-11-10T00:05:34.866Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.866Z [verbose] [config]: Normalizing channel string 'UC74kimKZOy8aXzg7rhUOVsA'
2024-11-10T00:05:34.866Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.866Z [verbose] [config]: Normalizing channel string 'UCLXo7UDZvByw2ixzpQCufnA'
2024-11-10T00:05:34.866Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.866Z [verbose] [config]: Normalizing channel string 'UCVSHXNNBitaPd5lYz48--yg'
2024-11-10T00:05:34.866Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.867Z [verbose] [config]: Normalizing channel string 'UCD8QpDKSsn6xzGWDMispV7g'
2024-11-10T00:05:34.867Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.867Z [verbose] [config]: Normalizing channel string 'UCMOqf8ab-42UUQIdVoKwjlQ'
2024-11-10T00:05:34.867Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.867Z [verbose] [config]: Normalizing channel string 'UCnXVz_l-r_sLXNe1ESDhHA'
2024-11-10T00:05:34.867Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.867Z [verbose] [config]: Normalizing channel string 'UCYk86ZmsOqkYBniVR_4Mycw'
2024-11-10T00:05:34.867Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.867Z [verbose] [config]: Normalizing channel string 'UCVaR0cTRg0IrMwEaACybRPw'
2024-11-10T00:05:34.867Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.867Z [verbose] [config]: Normalizing channel string 'UCrKV2QTuyGcv4E3eSJpBiYA'
2024-11-10T00:05:34.867Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.867Z [verbose] [config]: Normalizing channel string 'UC67gfx2Fg7K2NSHqoENVgwA'
2024-11-10T00:05:34.867Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.867Z [verbose] [config]: Normalizing channel string 'UCUW49KGPezggFi0PGyDvcvg'
2024-11-10T00:05:34.867Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.867Z [verbose] [config]: Normalizing channel string 'UCGRB1ZjIqAiaGwt-XLq9CnA'
2024-11-10T00:05:34.867Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.868Z [verbose] [config]: Normalizing channel string 'UCwkAILhnm1a_URH3bhN9T4w'
2024-11-10T00:05:34.868Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.868Z [verbose] [config]: Normalizing channel string 'UCvK4bOhULCpmLabd2pDMtnA'
2024-11-10T00:05:34.868Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.868Z [verbose] [config]: Normalizing channel string 'UCto7D1L-MiRoOziCXK9uT5Q'
2024-11-10T00:05:34.868Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.868Z [verbose] [config]: Normalizing channel string 'UCQiVQBWiUmL-3rF7OU2ku5w'
2024-11-10T00:05:34.868Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.868Z [verbose] [config]: Normalizing channel string 'UCLt4d8cACHzrVvAz9gtaARA'
2024-11-10T00:05:34.868Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.868Z [verbose] [config]: Normalizing channel string 'UC4QZ_LsYcvcq7qOsOhpAX4A'
2024-11-10T00:05:34.868Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.868Z [verbose] [config]: Normalizing channel string 'UCRHXUZ0BxbkU2MYZgsuFgkQ'
2024-11-10T00:05:34.868Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.868Z [verbose] [config]: Normalizing channel string 'UC2avWDLN1EI3r1RZ_dlSxCw'
2024-11-10T00:05:34.868Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.868Z [verbose] [config]: Normalizing channel string 'UCz9qw5nupdzCGwHwQiqs7qA'
2024-11-10T00:05:34.868Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.869Z [verbose] [config]: Normalizing channel string 'UCsvkdZfefb17k7UL29adjVg'
2024-11-10T00:05:34.869Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.869Z [verbose] [config]: Normalizing channel string 'UC0KfjyvabuE2J-RBC6ko2Lw'
2024-11-10T00:05:34.869Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.869Z [verbose] [config]: Normalizing channel string 'UCj1VqrHhDte54oLgPG4xpuQ'
2024-11-10T00:05:34.869Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.869Z [verbose] [config]: Normalizing channel string 'UCiYvsCka_T6xpzrhHV_CyKg'
2024-11-10T00:05:34.869Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.869Z [verbose] [config]: Normalizing channel string 'UCgTNupxATBfWmfehv21ym-g'
2024-11-10T00:05:34.869Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.869Z [verbose] [config]: Normalizing channel string 'UC9Jgpwd0_CSvmlNY6fYsVpg'
2024-11-10T00:05:34.869Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.869Z [verbose] [config]: Normalizing channel string 'UCmGSJVG3mCRXVOP4yZrU1Dw'
2024-11-10T00:05:34.869Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.869Z [verbose] [config]: Normalizing channel string 'UCG7J20LhUeLl6y_Emi7OJrA'
2024-11-10T00:05:34.869Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.869Z [verbose] [config]: Normalizing channel string 'UCNLJd7YD8ysETf5zAfJObjA'
2024-11-10T00:05:34.869Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.869Z [verbose] [config]: Normalizing channel string 'UCxaaULLk6UCnRl5VKRc7G0A'
2024-11-10T00:05:34.869Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.870Z [verbose] [config]: Normalizing channel string 'UCJLZe_NoiG0hT7QCX_9vmqw'
2024-11-10T00:05:34.870Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.870Z [verbose] [config]: Normalizing channel string 'UCHk0IYEDJxQGQ-nbd3yP_KA'
2024-11-10T00:05:34.870Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.870Z [verbose] [config]: Normalizing channel string 'UCzH5n3Ih5kgQoiDAQt2FwLw'
2024-11-10T00:05:34.870Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.870Z [verbose] [config]: Normalizing channel string 'UCTd7KzdwnFE3lm6LCfYDmUQ'
2024-11-10T00:05:34.870Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.870Z [verbose] [config]: Normalizing channel string 'UC_S45UpAYVuc0fYEcHN9BVQ'
2024-11-10T00:05:34.870Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.870Z [verbose] [config]: Normalizing channel string 'UC2wNnyb3vWhOt0K6LpBrtGg'
2024-11-10T00:05:34.870Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.870Z [verbose] [config]: Normalizing channel string 'UC7aW7chIafJG6ECYAd3N5uQ'
2024-11-10T00:05:34.870Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.870Z [verbose] [config]: Normalizing channel string 'UCwhB8cJTSLxyubnKSS-PLJg'
2024-11-10T00:05:34.870Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.870Z [verbose] [config]: Normalizing channel string 'UCB4NFn-8oipHct0IfAQBQrQ'
2024-11-10T00:05:34.870Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.870Z [verbose] [config]: Normalizing channel string 'UC-jn4QgSxr77aUEX9RX1jbA'
2024-11-10T00:05:34.870Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.871Z [verbose] [config]: Normalizing channel string 'UCIabPXjvT5BVTxRDPCBBOOQ'
2024-11-10T00:05:34.871Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.871Z [verbose] [config]: Normalizing channel string 'UCmGmVR-UDdnY5F9EXyY__Bw'
2024-11-10T00:05:34.871Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.871Z [verbose] [config]: Normalizing channel string 'UCfaJNgrumOdK3uQtw4gDxtA'
2024-11-10T00:05:34.871Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.871Z [verbose] [config]: Normalizing channel string 'UCekQr9znsk2vWxBo3YiLq2w'
2024-11-10T00:05:34.871Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.871Z [verbose] [config]: Normalizing channel string 'UCjWBEvwq3iNLXEdrGTR5S9A'
2024-11-10T00:05:34.871Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.871Z [verbose] [config]: Normalizing channel string 'UCrVLgIniVg6jW38uVqDRIiQ'
2024-11-10T00:05:34.871Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.871Z [verbose] [config]: Normalizing channel string 'UC67SMH0qLMJ4b4Guud0mKjw'
2024-11-10T00:05:34.871Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.871Z [verbose] [config]: Normalizing channel string 'UCOk-gHyjcWZNj3Br4oxwh0A'
2024-11-10T00:05:34.871Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.871Z [verbose] [config]: Normalizing channel string 'UCYLnawaM-36HncBBUeWrlGA'
2024-11-10T00:05:34.871Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.871Z [verbose] [config]: Normalizing channel string 'UCsTcErHg8oDvUnTzoqsYeNw'
2024-11-10T00:05:34.871Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.872Z [verbose] [config]: Normalizing channel string 'UC2gyzKcHbYfqoXA5xbyGXtQ'
2024-11-10T00:05:34.872Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.872Z [verbose] [config]: Normalizing channel string 'UCZNhwA1B5YqiY1nLzmM0ZRg'
2024-11-10T00:05:34.872Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.872Z [verbose] [config]: Normalizing channel string 'UCwOBG77Tm8cE24FPxHb_abw'
2024-11-10T00:05:34.872Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.872Z [verbose] [config]: Normalizing channel string 'UCpsN2TfWGmun4peN2IPgcKg'
2024-11-10T00:05:34.872Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.872Z [verbose] [config]: Normalizing channel string 'UC49EYw900LZn5VBglLRzxHw'
2024-11-10T00:05:34.872Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.872Z [verbose] [config]: Normalizing channel string 'UCuVQmkiETvqmLviDcBtQw4A'
2024-11-10T00:05:34.872Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.872Z [verbose] [config]: Normalizing channel string 'UCIxuge1gvjUJvfVVPlTqPdw'
2024-11-10T00:05:34.872Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.872Z [verbose] [config]: Normalizing channel string 'UCsxo6OpAQ1Pee4nSqhdMYCQ'
2024-11-10T00:05:34.872Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.872Z [verbose] [config]: Normalizing channel string 'UC-OJ-24roEfQ
-PCnLJSckg'
2024-11-10T00:05:34.872Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.872Z [verbose] [config]: Normalizing channel string 'UCDq5v10l4wkV5-ZBIJJFbzQ'
2024-11-10T00:05:34.872Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.873Z [verbose] [config]: Normalizing channel string 'UC0e3QhIYukixgh5VVpKHH9Q'
2024-11-10T00:05:34.873Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.873Z [verbose] [config]: Normalizing channel string 'UCsdD3quGf01RWABJt8wLe9g'
2024-11-10T00:05:34.873Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.873Z [verbose] [config]: Normalizing channel string 'UCVS89U86PwqzNkK2qYNbk5A'
2024-11-10T00:05:34.873Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.873Z [verbose] [config]: Normalizing channel string 'UC9_p50tH3WmMslWRWKnM7dQ'
2024-11-10T00:05:34.873Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.873Z [verbose] [config]: Normalizing channel string 'UCe1Aj6VEO299Yq4WkXdoD3Q'
2024-11-10T00:05:34.873Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.873Z [verbose] [config]: Normalizing channel string 'UCh_SnOW0Q6rDtQ4f1m8u93A'
2024-11-10T00:05:34.873Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.873Z [verbose] [config]: Normalizing channel string 'UCVy16RS5eEDh8anP8j94G2A'
2024-11-10T00:05:34.873Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.873Z [verbose] [config]: Normalizing channel string 'UCR-DXc1voovS8nhAvccRZhg'
2024-11-10T00:05:34.873Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.873Z [verbose] [config]: Normalizing channel string 'UCqGONXW1ORgz5Y4qK-0JdkQ'
2024-11-10T00:05:34.873Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.873Z [verbose] [config]: Normalizing channel string 'UC5oGq-pQRauK3TFdDa0ZPAQ'
2024-11-10T00:05:34.873Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.874Z [verbose] [config]: Normalizing channel string 'UCXgxNzAgZ1GExhTW4X1mUrg'
2024-11-10T00:05:34.874Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.874Z [verbose] [config]: Normalizing channel string 'UCVnaltlhuMCrO8rCmOzI3iA'
2024-11-10T00:05:34.874Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.874Z [verbose] [config]: Normalizing channel string 'UCL-fHOdarou-CR2XUmK48Og'
2024-11-10T00:05:34.874Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.874Z [verbose] [config]: Normalizing channel string 'UCzxBfc2Axi-Why6UwpFDn4w'
2024-11-10T00:05:34.874Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.874Z [verbose] [config]: Normalizing channel string 'UC7Wy-UuuwOqHxu4JeVWVX4g'
2024-11-10T00:05:34.874Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.874Z [verbose] [config]: Normalizing channel string 'UCx_HOMKJL72cRUjlBtLZfYw'
2024-11-10T00:05:34.874Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.874Z [verbose] [config]: Normalizing channel string 'UCQSpnDG3YsFNf5-qHocF-WQ'
2024-11-10T00:05:34.874Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.874Z [verbose] [config]: Normalizing channel string 'UCmu9PVIZBk-ZCi-Sk2F2utA'
2024-11-10T00:05:34.874Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.874Z [verbose] [config]: Normalizing channel string 'UCA5DCnztFFHgdEettFHZ2Kw'
2024-11-10T00:05:34.874Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.874Z [verbose] [config]: Normalizing channel string 'UCkTnIE2RohNA1eV4v-nov7A'
2024-11-10T00:05:34.874Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.874Z [verbose] [config]: Normalizing channel string 'UCbX3YkedQunLt7EQAdVxh7w'
2024-11-10T00:05:34.875Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.875Z [verbose] [config]: Normalizing channel string 'UCtQpGuWY5sTUqrED4SgScVA'
2024-11-10T00:05:34.875Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.875Z [verbose] [config]: Normalizing channel string 'UCHC4G4X-OR5WkY-IquRGa3Q'
2024-11-10T00:05:34.875Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.875Z [verbose] [config]: Normalizing channel string 'UCNaoWBPlqm9hmMN28LeSkOQ'
2024-11-10T00:05:34.875Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.875Z [verbose] [config]: Normalizing channel string 'UCI0GTb7pEltyDgEBD_v2S2Q'
2024-11-10T00:05:34.875Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.875Z [verbose] [config]: Normalizing channel string 'UC2J-0g_nxlwcD9JBK1eTleQ'
2024-11-10T00:05:34.875Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.875Z [verbose] [config]: Normalizing channel string 'UCVOWBEMYDcDOYo_2L2zHrqA'
2024-11-10T00:05:34.875Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.875Z [verbose] [config]: Normalizing channel string 'UCtRSKEipM17PF7n0mi66btQ'
2024-11-10T00:05:34.875Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.875Z [verbose] [config]: Normalizing channel string 'UCi8C7TNs2ohrc6hnRQ5Sn2w'
2024-11-10T00:05:34.875Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.875Z [verbose] [config]: Normalizing channel string 'UCsnGwSIHyoYN0kiINAGUKxg'
2024-11-10T00:05:34.875Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.875Z [verbose] [config]: Normalizing channel string 'UCQRm_z7seHnGsBiWDNEWr6A'
2024-11-10T00:05:34.876Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.876Z [verbose] [config]: Normalizing channel string 'UCsFf9Gz0xp4BPI9pMWSYcPQ'
2024-11-10T00:05:34.876Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.876Z [verbose] [config]: Normalizing channel string 'UCxkM67T_Iele-mRVUiBkRqg'
2024-11-10T00:05:34.876Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.876Z [verbose] [config]: Normalizing channel string 'UCsd6hP-zzIkCpw8XGw7Osyw'
2024-11-10T00:05:34.876Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.876Z [verbose] [config]: Normalizing channel string 'UCnvqF2-dOB9qo9EPDHRX9mg'
2024-11-10T00:05:34.876Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.876Z [verbose] [config]: Normalizing channel string 'UCbpMZ4ri2yh342M6dH1GFIg'
2024-11-10T00:05:34.876Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.876Z [verbose] [config]: Normalizing channel string 'UCWoEpiHaC7LOQhaHFT8Rx7A'
2024-11-10T00:05:34.876Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.876Z [verbose] [config]: Normalizing channel string 'UCnvMg1mBgLa_N5G1_6gnbIw'
2024-11-10T00:05:34.876Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.876Z [verbose] [config]: Normalizing channel string 'UCD2H-q5ei98xC_jFLB2dUUQ'
2024-11-10T00:05:34.876Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.876Z [verbose] [config]: Normalizing channel string 'UCgdTVe88YVSrOZ9qKumhULQ'
2024-11-10T00:05:34.876Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.876Z [verbose] [config]: Normalizing channel string 'UCX6bJc3ieykQOdqnQOmSdGw'
2024-11-10T00:05:34.877Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.877Z [verbose] [config]: Normalizing channel string 'UC1D3yD4wlPMico0dss264XA'
2024-11-10T00:05:34.877Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.877Z [verbose] [config]: Normalizing channel string 'UCAR30oDTNbJE-Zd2NDg1mTQ'
2024-11-10T00:05:34.877Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.877Z [verbose] [config]: Normalizing channel string 'UCHDxYLv8iovIbhrfl16CNyg'
2024-11-10T00:05:34.877Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.877Z [verbose] [config]: Normalizing channel string 'UCdP6dhPc7zSRnpVe8m4cCPg'
2024-11-10T00:05:34.877Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.877Z [verbose] [config]: Normalizing channel string 'UCuqokNoK8ZFNQdXxvlE129g'
2024-11-10T00:05:34.877Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.877Z [verbose] [config]: Normalizing channel string 'UCqjVP9gAanUGFgTA5BRDvyA'
2024-11-10T00:05:34.877Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.877Z [verbose] [config]: Normalizing channel string 'UCA6NjTkepBzjpmUZogUrl4Q'
2024-11-10T00:05:34.877Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.877Z [verbose] [config]: Normalizing channel string 'UCExDLAWQ5eL3Vc816rC_pTg'
2024-11-10T00:05:34.877Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.877Z [verbose] [config]: Normalizing channel string 'UCvOOv9tfBMSzcXnDkgzMufA'
2024-11-10T00:05:34.877Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.878Z [verbose] [config]: Normalizing channel string 'UCkih2oVTbXPEpVwE-U7kmHw'
2024-11-10T00:05:34.878Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.878Z [verbose] [config]: Normalizing channel string 'UCDJ_LbyfNiutATmIIJ48HCQ'
2024-11-10T00:05:34.878Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.878Z [verbose] [config]: Normalizing channel string 'UCDsvL48jluG3tvlyurB4K3g'
2024-11-10T00:05:34.878Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.878Z [verbose] [config]: Normalizing channel string 'UCFPuTxN3n9iesF0I6-gyOjA'
2024-11-10T00:05:34.878Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.878Z [verbose] [config]: Normalizing channel string 'UCVtQ4AOSmCFUuvixddYiSxw'
2024-11-10T00:05:34.878Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.878Z [verbose] [config]: Normalizing channel string 'UCG8gozAhzORUdfEQMuz_HjQ'
2024-11-10T00:05:34.878Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.878Z [verbose] [config]: Normalizing channel string 'UCwFpzG5MK5Shg_ncAhrgr9g'
2024-11-10T00:05:34.878Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.878Z [verbose] [config]: Normalizing channel string 'UCGjJeemd7Fsn4zh0nxmFxeQ'
2024-11-10T00:05:34.878Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.878Z [verbose] [config]: Normalizing channel string 'UCV0t1y4h_6-2SqEpXBXgwFQ'
2024-11-10T00:05:34.878Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.878Z [verbose] [config]: Normalizing channel string 'UC5ZdPKE2ckcBhljTc2R_qNA'
2024-11-10T00:05:34.878Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.879Z [verbose] [config]: Normalizing channel string 'UC98tcedR6gULv8_b70WJKyw'
2024-11-10T00:05:34.879Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.879Z [verbose] [config]: Normalizing channel string 'UCgqmoFK8KvbCtbxe-AOPzHA'
2024-11-10T00:05:34.879Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.879Z [verbose] [config]: Normalizing channel string 'UC3K8rmLvBnXbKN67YIXSIzw'
2024-11-10T00:05:34.879Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.879Z [verbose] [config]: Normalizing channel string 'UCQUz2mC5Regc63XRWEqD9FA'
2024-11-10T00:05:34.879Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.879Z [verbose] [config]: Normalizing channel string 'UCF3cDM_hQMtIEJvEW1BZugg'
2024-11-10T00:05:34.879Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.879Z [verbose] [config]: Normalizing channel string 'UCu7_D0o48KbfhpEohoP7YSQ'
2024-11-10T00:05:34.879Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.879Z [verbose] [config]: Normalizing channel string 'UC0BNSPS1fZVCnv67fzUyegQ'
2024-11-10T00:05:34.879Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.879Z [verbose] [config]: Normalizing channel string 'UCGSo9Ce23N7KvBOUF5SrDjA'
2024-11-10T00:05:34.879Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.879Z [verbose] [config]: Normalizing channel string 'UCWn5EnX4z-ZhKhk-GBZifcQ'
2024-11-10T00:05:34.879Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.880Z [verbose] [config]: Normalizing channel string 'UCgBfn1zjdaTkL_LXWRMtMVQ'
2024-11-10T00:05:34.880Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.880Z [verbose] [config]: Normalizing channel string 'UCTQTUIRPwj1_aklbrfwzASQ'
2024-11-10T00:05:34.880Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.880Z [verbose] [config]: Normalizing channel string 'UCXSFnQc5niQR7jHMf0U7aQA'
2024-11-10T00:05:34.880Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.880Z [verbose] [config]: Normalizing channel string 'UCg08SXtXlfADk4yAODpShfQ'
2024-11-10T00:05:34.880Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.880Z [verbose] [config]: Normalizing channel string 'UCEVelHmwuCqyje6YTAP2UIA'
2024-11-10T00:05:34.880Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.880Z [verbose] [config]: Normalizing channel string 'UCz75N6inuLHXnRC5tqagNLw'
2024-11-10T00:05:34.880Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.880Z [verbose] [config]: Normalizing channel string 'UCvPX16dsLkRAzvGZKFiOl2Q'
2024-11-10T00:05:34.880Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.881Z [verbose] [config]: Normalizing channel string 'UC_4YBM08hcpJqLl3vvgTqXg'
2024-11-10T00:05:34.881Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.881Z [verbose] [config]: Normalizing channel string 'UC_mQ-WjsFw4yDLmiNrcnUYA'
2024-11-10T00:05:34.881Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.881Z [verbose] [config]: Normalizing channel string 'UCP9HhHCaFGLX85D51Z-rgiA'
2024-11-10T00:05:34.881Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.881Z [verbose] [config]: Normalizing channel string 'UCN7fpaXBnNSraMqjWJCWwAg'
2024-11-10T00:05:34.881Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.881Z [verbose] [config]: Normalizing channel string 'UCZURNaPoPMTgXkj73lMrYhQ'
2024-11-10T00:05:34.881Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.881Z [verbose] [config]: Normalizing channel string 'UCBciYThS5hOiuQ4aOxw4hHg'
2024-11-10T00:05:34.881Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.881Z [verbose] [config]: Normalizing channel string 'UCl3ASpnhzhnn6bOi7ZqFWxg'
2024-11-10T00:05:34.881Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.881Z [verbose] [config]: Normalizing channel string 'UCNrXJt8B931zF7nDC_rM85A'
2024-11-10T00:05:34.881Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.881Z [verbose] [config]: Normalizing channel string 'UCbiGcwDWZjz05njNPrJU7jA'
2024-11-10T00:05:34.881Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.882Z [verbose] [config]: Normalizing channel string 'UCKJa0vhrH5mZrjAjyT67NRQ'
2024-11-10T00:05:34.882Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.882Z [verbose] [config]: Normalizing channel string 'UCVchHhgmxsrZpQjrc8B3l2Q'
2024-11-10T00:05:34.882Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.882Z [verbose] [config]: Normalizing channel string 'UCuALSdLlrBnajmqwxAdAtMA'
2024-11-10T00:05:34.882Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.882Z [verbose] [config]: Normalizing channel string 'UCxYZbbPwnwlcy2n7CnTvWOw'
2024-11-10T00:05:34.882Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.882Z [verbose] [config]: Normalizing channel string 'UClYDoTmBdnafBCHhnUCqvtw'
2024-11-10T00:05:34.882Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.882Z [verbose] [config]: Normalizing channel string 'UCkMnSfpyk8f6Dder-xEwjPw'
2024-11-10T00:05:34.882Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.882Z [verbose] [config]: Normalizing channel string 'UCHQ9iSwsOPU_Bu4fSVZKYTQ'
2024-11-10T00:05:34.882Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.882Z [verbose] [config]: Normalizing channel string 'UCcjx6m03fZwtRBFn1Cf7kKQ'
2024-11-10T00:05:34.882Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.882Z [verbose] [config]: Normalizing channel string 'UCb31gOY6OD8ES0zP8M0GhAw'
2024-11-10T00:05:34.882Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.882Z [verbose] [config]: Normalizing channel string 'UCYlq-KmwPjc1DtsGmthFqSQ'
2024-11-10T00:05:34.882Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.883Z [verbose] [config]: Normalizing channel string 'UC3_AWXcf2K3l9ILVuQe-XwQ'
2024-11-10T00:05:34.883Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.883Z [verbose] [config]: Normalizing channel string 'UCRWQIrjjC-OzPh3t8FViDew'
2024-11-10T00:05:34.883Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.883Z [verbose] [config]: Normalizing channel string 'UCP2rrUXCh-W53xMyfYfhgWQ'
2024-11-10T00:05:34.883Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.883Z [verbose] [config]: Normalizing channel string 'UCE_M8A5yxnLfW0KghEeajjw'
2024-11-10T00:05:34.883Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.883Z [verbose] [config]: Normalizing channel string 'UC4-N5-0TP3TJnmJ3wfvrmOw'
2024-11-10T00:05:34.883Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.883Z [verbose] [config]: Normalizing channel string 'UCXZCJLdBC09xxGZ6gcdrc6A'
2024-11-10T00:05:34.883Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.883Z [verbose] [config]: Normalizing channel string 'UCm9K6rby98W8JigLoZOh6FQ'
2024-11-10T00:05:34.883Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.883Z [verbose] [config]: Normalizing channel string 'UCGoreZKPBtCXCf54F3DF4ug'
2024-11-10T00:05:34.883Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.883Z [verbose] [config]: Normalizing channel string 'UCpDy_c0Wwcxxm1abKECH8zA'
2024-11-10T00:05:34.883Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.883Z [verbose] [config]: Normalizing channel string 'UCim0JOU5CqZG3jKhU2c_yeg'
2024-11-10T00:05:34.883Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.883Z [verbose] [config]: Normalizing channel string 'UC6biysICWOJ-C3P4Tyeggzg'
2024-11-10T00:05:34.884Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.884Z [verbose] [config]: Normalizing channel string 'UCrjKdwxaQMSV_NDywgKXVmw'
2024-11-10T00:05:34.884Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.884Z [verbose] [config]: Normalizing channel string 'UCwuHUotb8UHg4QixeF9560w'
2024-11-10T00:05:34.884Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.884Z [verbose] [config]: Normalizing channel string 'UCDiKw3GnFIwyNJBzhCoRI-Q'
2024-11-10T00:05:34.884Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.884Z [verbose] [config]: Normalizing channel string 'UCDSUFfZ6JLPrBsmZugfSqvQ'
2024-11-10T00:05:34.884Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.884Z [verbose] [config]: Normalizing channel string 'UCvW5ZYoNR2fkn0xkanZKdWA'
2024-11-10T00:05:34.884Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.884Z [verbose] [config]: Normalizing channel string 'UCjtUS7-SZTi6pXjUbzGHQCg'
2024-11-10T00:05:34.884Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.884Z [verbose] [config]: Normalizing channel string 'UCbCq5Y0WPGimG2jNXhoQxGw'
2024-11-10T00:05:34.884Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.884Z [verbose] [config]: Normalizing channel string 'UCZKdfneLKfx7kp64a8Ks2Yg'
2024-11-10T00:05:34.884Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.884Z [verbose] [config]: Normalizing channel string 'UCLHAxAdvAKJY0niRJZRYMvg'
2024-11-10T00:05:34.884Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.885Z [verbose] [config]: Normalizing channel string 'UCsfmvtiR2GSTYAeUvl1BvGA'
2024-11-10T00:05:34.885Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.885Z [verbose] [config]: Normalizing channel string 'UCQMC5RAva8Wzwv_GS9jTpJw'
2024-11-10T00:05:34.885Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.885Z [verbose] [config]: Normalizing channel string 'UCB2hQrqMYAmck2V5mvxfeIA'
2024-11-10T00:05:34.885Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.885Z [verbose] [config]: Normalizing channel string 'UC2dSE9W3lGYbFi_CPmVtA-A'
2024-11-10T00:05:34.885Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.885Z [verbose] [config]: Normalizing channel string 'UCN4_NYvCU-tvIG3F1QSVdSw'
2024-11-10T00:05:34.885Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.885Z [verbose] [config]: Normalizing channel string 'UCUUTdohVElFLSP4NBnlPEwA'
2024-11-10T00:05:34.885Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.885Z [verbose] [config]: Normalizing channel string 'UCOEpoHmnYxqFgQ5bcg6EEcA'
2024-11-10T00:05:34.885Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.885Z [verbose] [config]: Normalizing channel string 'UChmZ6QbxgHlmX3ISIHxIpQQ'
2024-11-10T00:05:34.885Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.885Z [verbose] [config]: Normalizing channel string 'UCRNslbwLLvFWzTolVCBgXYA'
2024-11-10T00:05:34.885Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.885Z [verbose] [config]: Normalizing channel string 'UCODHrzPMGbNv67e84WDZhQQ'
2024-11-10T00:05:34.886Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.886Z [verbose] [config]: Normalizing channel string 'UCK9WBLVJwLkX8GiUaMsm3_g'
2024-11-10T00:05:34.886Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.886Z [verbose] [config]: Normalizing channel string 'UCapPaBqUcoBtFDxDDpMaP5A'
2024-11-10T00:05:34.886Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.886Z [verbose] [config]: Normalizing channel string 'UCpp3cHR9TWVyXqL1AVw4XkA'
2024-11-10T00:05:34.886Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.886Z [verbose] [config]: Normalizing channel string 'UClvCa4nByPYiLqjosAS4PUg'
2024-11-10T00:05:34.886Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.886Z [verbose] [config]: Normalizing channel string 'UCCv3Wl5Sfc7C5BL5xO4WJkg'
2024-11-10T00:05:34.886Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.886Z [verbose] [config]: Normalizing channel string 'UCLqQ5m7AXj_oyUvLZPsts0Q'
2024-11-10T00:05:34.886Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.886Z [verbose] [config]: Normalizing channel string 'UC4po5aRPm5K3qBk-kw8aaDw'
2024-11-10T00:05:34.886Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.886Z [verbose] [config]: Normalizing channel string 'UCmEmX_jw_pRp5UbAdzkZq-g'
2024-11-10T00:05:34.886Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.886Z [verbose] [config]: Normalizing channel string 'UCiYYrqaZBdyiJVM-TrFmNKw'
2024-11-10T00:05:34.886Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.886Z [verbose] [config]: Normalizing channel string 'UC1ZSEYNRh8z--VVJlsPaQag'
2024-11-10T00:05:34.886Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.887Z [verbose] [config]: Normalizing channel string 'UCbtEd1MuY6gd2RpdWqkzXFw'
2024-11-10T00:05:34.887Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.887Z [verbose] [config]: Normalizing channel string 'UCiczXOhGpvoQGhOL16EZiTg'
2024-11-10T00:05:34.887Z [verbose] [config]: String matches ID
2024-11-10T00:05:34.906Z [info] [subscriptions]: Checking subscriptions...
2024-11-10T00:05:35.193Z [verbose] [subscriptions]: Aaron
2024-11-10T00:05:35.193Z [verbose] [subscriptions]: Adam Ragusea
2024-11-10T00:05:35.193Z [verbose] [subscriptions]: AeroMobil
2024-11-10T00:05:35.193Z [verbose] [subscriptions]: Aik & Johanka
2024-11-10T00:05:35.194Z [verbose] [subscriptions]: Alalya
2024-11-10T00:05:35.194Z [verbose] [subscriptions]: Alex
2024-11-10T00:05:35.194Z [verbose] [subscriptions]: ALEX LAB
2024-11-10T00:05:35.194Z [verbose] [subscriptions]: Alexandre Chappel
2024-11-10T00:05:35.194Z [verbose] [subscriptions]: AlgorithmX2
2024-11-10T00:05:35.194Z [verbose] [subscriptions]: Allen Pan
2024-11-10T00:05:35.194Z [verbose] [subscriptions]: Alvin Zhou
2024-11-10T00:05:35.195Z [verbose] [subscriptions]: Andreas Spiess
2024-11-10T00:05:35.405Z [verbose] [subscriptions]: Android Authority
2024-11-10T00:05:35.405Z [verbose] [subscriptions]: Android Infosec
2024-11-10T00:05:35.405Z [verbose] [subscriptions]: AngeTheGreat
2024-11-10T00:05:35.405Z [verbose] [subscriptions]: Anthony van der Meer
2024-11-10T00:05:35.406Z [verbose] [subscriptions]: Apple
2024-11-10T00:05:35.406Z [verbose] [subscriptions]: ASUS Česko & Slovensko
2024-11-10T00:05:35.406Z [verbose] [subscriptions]: AtiShow
2024-11-10T00:05:35.406Z [verbose] [subscriptions]: Atomic Frontier
2024-11-10T00:05:35.406Z [verbose] [subscriptions]: Auto Focus
2024-11-10T00:05:35.406Z [verbose] [subscriptions]: Automate Your Life
2024-11-10T00:05:35.406Z [verbose] [subscriptions]: Autoškola Aura
2024-11-10T00:05:35.406Z [verbose] [subscriptions]: Awesome Open Source
2024-11-10T00:05:35.406Z [verbose] [subscriptions]: Axolotgames
2024-11-10T00:05:35.407Z [verbose] [subscriptions]: Azanor
2024-11-10T00:05:35.407Z [verbose] [subscriptions]: Backwood
2024-11-10T00:05:35.407Z [verbose] [subscriptions]: Bad Lip Reading
2024-11-10T00:05:35.407Z [verbose] [subscriptions]: Barnso
2024-11-10T00:05:35.407Z [verbose] [subscriptions]: Battlefield
2024-11-10T00:05:35.407Z [verbose] [subscriptions]: BeardedTinker
2024-11-10T00:05:35.407Z [verbose] [subscriptions]: Behfor
2024-11-10T00:05:35.407Z [verbose] [subscriptions]: Bennett Stirton
2024-11-10T00:05:35.609Z [verbose] [subscriptions]: Bitwit
2024-11-10T00:05:35.609Z [verbose] [subscriptions]: Boot Sequence
2024-11-10T00:05:35.609Z [verbose] [subscriptions]: Boranium Art
2024-11-10T00:05:35.609Z [verbose] [subscriptions]: Boston Dynamics
2024-11-10T00:05:35.609Z [verbose] [subscriptions]: Boy Boy
2024-11-10T00:05:35.609Z [verbose] [subscriptions]: Bring Me The Horizon
2024-11-10T00:05:35.610Z [verbose] [subscriptions]: Bryce Bostwick
2024-11-10T00:05:35.610Z [verbose] [subscriptions]: Buttpluggin' With qDot
2024-11-10T00:05:35.610Z [verbose] [subscriptions]: Byte My Bits
2024-11-10T00:05:35.610Z [verbose] [subscriptions]: Bára Votíková
2024-11-10T00:05:35.610Z [verbose] [subscriptions]: Channel Super Fun
2024-11-10T00:05:35.796Z [verbose] [subscriptions]: Chris Titus Tech
2024-11-10T00:05:35.797Z [verbose] [subscriptions]: ChrisFix
2024-11-10T00:05:35.797Z [verbose] [subscriptions]: Christian Lempa
2024-11-10T00:05:35.797Z [verbose] [subscriptions]: CNC Kitchen
2024-11-10T00:05:35.797Z [verbose] [subscriptions]: Code Bullet
2024-11-10T00:05:35.797Z [verbose] [subscriptions]: Coffee Stain Studios
2024-11-10T00:05:35.798Z [verbose] [subscriptions]: ColdFusion
2024-11-10T00:05:35.798Z [verbose] [subscriptions]: colinfurze
2024-11-10T00:05:35.798Z [verbose] [subscriptions]: Connor Creates
2024-11-10T00:05:35.798Z [verbose] [subscriptions]: Corbin Davenport
2024-11-10T00:05:35.798Z [verbose] [subscriptions]: CORSAIR
2024-11-10T00:05:35.798Z [verbose] [subscriptions]: Cr0w's Place
2024-11-10T00:05:35.799Z [verbose] [subscriptions]: Cuberates
2024-11-10T00:05:35.947Z [verbose] [subscriptions]: Cyberpunk 2077
2024-11-10T00:05:35.948Z [verbose] [subscriptions]: Daily Dose Of Internet
2024-11-10T00:05:35.948Z [verbose] [subscriptions]: Dani
2024-11-10T00:05:35.948Z [verbose] [subscriptions]: Daniel Kim
2024-11-10T00:05:35.948Z [verbose] [subscriptions]: Dave Bennett
2024-11-10T00:05:35.948Z [verbose] [subscriptions]: DB Tech
2024-11-10T00:05:35.949Z [verbose] [subscriptions]: dearMoon
2024-11-10T00:05:35.949Z [verbose] [subscriptions]: DemmSec
2024-11-10T00:05:35.949Z [verbose] [subscriptions]: Dev Detour
2024-11-10T00:05:35.949Z [verbose] [subscriptions]: digiblur DIY
2024-11-10T00:05:35.949Z [verbose] [subscriptions]: direwolf20
2024-11-10T00:05:35.949Z [verbose] [subscriptions]: Discord
2024-11-10T00:05:35.949Z [verbose] [subscriptions]: DIY Perks
2024-11-10T00:05:35.950Z [verbose] [subscriptions]: DIY Perks 2
2024-11-10T00:05:36.101Z [verbose] [subscriptions]: Duncan Sinfield
2024-11-10T00:05:36.101Z [verbose] [subscriptions]: Electric Callboy
2024-11-10T00:05:36.101Z [verbose] [subscriptions]: ElectroBOOM
2024-11-10T00:05:36.102Z [verbose] [subscriptions]: ElectroCUTE
2024-11-10T00:05:36.102Z [verbose] [subscriptions]: Emily The Engineer
2024-11-10T00:05:36.102Z [verbose] [subscriptions]: Emojipedia
2024-11-10T00:05:36.102Z [verbose] [subscriptions]: Epic Spaceman
2024-11-10T00:05:36.102Z [verbose] [subscriptions]: EposVox
2024-11-10T00:05:36.103Z [verbose] [subscriptions]: Ethan Chlebowski
2024-11-10T00:05:36.103Z [verbose] [subscriptions]: Everything Smart Home
2024-11-10T00:05:36.103Z [verbose] [subscriptions]: EverythingApplePro E A P
2024-11-10T00:05:36.262Z [verbose] [subscriptions]: ExplainingComputers
2024-11-10T00:05:36.262Z [verbose] [subscriptions]: fern
2024-11-10T00:05:36.262Z [verbose] [subscriptions]: Figure
2024-11-10T00:05:36.262Z [verbose] [subscriptions]: FIXD I Repair
2024-11-10T00:05:36.262Z [verbose] [subscriptions]: FlyTech Videos
2024-11-10T00:05:36.263Z [verbose] [subscriptions]: Framework
2024-11-10T00:05:36.263Z [verbose] [subscriptions]: Frog Leap Studios
2024-11-10T00:05:36.263Z [verbose] [subscriptions]: Future Proof
2024-11-10T00:05:36.263Z [verbose] [subscriptions]: FutureProofHomes
2024-11-10T00:05:36.263Z [verbose] [subscriptions]: Gadget Hacks
2024-11-10T00:05:36.263Z [verbose] [subscriptions]: Game of Roms
2024-11-10T00:05:36.264Z [verbose] [subscriptions]: Gameballcz
2024-11-10T00:05:36.264Z [verbose] [subscriptions]: GameLinked
2024-11-10T00:05:36.264Z [verbose] [subscriptions]: Gary Explains
2024-11-10T00:05:36.264Z [verbose] [subscriptions]: GeekBoy
2024-11-10T00:05:36.264Z [verbose] [subscriptions]: GeekBoy - Extra
2024-11-10T00:05:36.264Z [verbose] [subscriptions]: Geerling Engineering
2024-11-10T00:05:36.264Z [verbose] [subscriptions]: geohot
2024-11-10T00:05:36.450Z [verbose] [subscriptions]: Glytch
2024-11-10T00:05:36.450Z [verbose] [subscriptions]: GoGoManTV
2024-11-10T00:05:36.450Z [verbose] [subscriptions]: Google
2024-11-10T00:05:36.451Z [verbose] [subscriptions]: GreatScott!
2024-11-10T00:05:36.451Z [verbose] [subscriptions]: GreatScott!2
2024-11-10T00:05:36.451Z [verbose] [subscriptions]: GuyKnownAsErik
2024-11-10T00:05:36.451Z [verbose] [subscriptions]: Hak5
2024-11-10T00:05:36.451Z [verbose] [subscriptions]: Hands On Katie
2024-11-10T00:05:36.451Z [verbose] [subscriptions]: HarbLife
2024-11-10T00:05:36.452Z [verbose] [subscriptions]: Hardware Canucks
2024-11-10T00:05:36.452Z [verbose] [subscriptions]: Hardware Haven
2024-11-10T00:05:36.452Z [verbose] [subscriptions]: HassAssistant
2024-11-10T00:05:36.452Z [verbose] [subscriptions]: Henrik Widegren
2024-11-10T00:05:36.452Z [verbose] [subscriptions]: Home Assistant
2024-11-10T00:05:36.452Z [verbose] [subscriptions]: Home Assistant Tips By Larry
2024-11-10T00:05:36.452Z [verbose] [subscriptions]: Home Automation Guy
2024-11-10T00:05:36.453Z [verbose] [subscriptions]: Home Tech
2024-11-10T00:05:36.453Z [verbose] [subscriptions]: HomeSystem.sk
2024-11-10T00:05:36.615Z [verbose] [subscriptions]: Hospodar Martin
2024-11-10T00:05:36.615Z [verbose] [subscriptions]: Household Hacker
2024-11-10T00:05:36.615Z [verbose] [subscriptions]: HowToMen
2024-11-10T00:05:36.615Z [verbose] [subscriptions]: I am Jakoby
2024-11-10T00:05:36.616Z [verbose] [subscriptions]: I Build Stuff
2024-11-10T00:05:36.616Z [verbose] [subscriptions]: I did a thing
2024-11-10T00:05:36.616Z [verbose] [subscriptions]: IBRACORP
2024-11-10T00:05:36.616Z [verbose] [subscriptions]: iCrackUriDevice
2024-11-10T00:05:36.616Z [verbose] [subscriptions]: IdeaSpot
2024-11-10T00:05:36.616Z [verbose] [subscriptions]: ImagineDragons
2024-11-10T00:05:36.616Z [verbose] [subscriptions]: ImKibitz
2024-11-10T00:05:36.616Z [verbose] [subscriptions]: Immersive Home
2024-11-10T00:05:36.617Z [verbose] [subscriptions]: Inaka Adventure
2024-11-10T00:05:36.617Z [verbose] [subscriptions]: Inkbox
2024-11-10T00:05:36.617Z [verbose] [subscriptions]: Integza
2024-11-10T00:05:36.617Z [verbose] [subscriptions]: Ivan Miranda
2024-11-10T00:05:36.617Z [verbose] [subscriptions]: Jace Varlet
2024-11-10T00:05:36.617Z [verbose] [subscriptions]: jackfrags
2024-11-10T00:05:36.757Z [verbose] [subscriptions]: JayzTwoCents
2024-11-10T00:05:36.757Z [verbose] [subscriptions]: Jeff Geerling
2024-11-10T00:05:36.757Z [verbose] [subscriptions]: JerryRigEverything
2024-11-10T00:05:36.757Z [verbose] [subscriptions]: Jet Lag: The Game
2024-11-10T00:05:36.757Z [verbose] [subscriptions]: Jim Browning
2024-11-10T00:05:36.758Z [verbose] [subscriptions]: Jim's Garage
2024-11-10T00:05:36.758Z [verbose] [subscriptions]: Jimmy Landry
2024-11-10T00:05:36.758Z [verbose] [subscriptions]: Joe Grand
2024-11-10T00:05:36.758Z [verbose] [subscriptions]: Joel Creates
2024-11-10T00:05:36.758Z [verbose] [subscriptions]: Johnny Harris
2024-11-10T00:05:36.758Z [verbose] [subscriptions]: Joshua Weissman
2024-11-10T00:05:36.759Z [verbose] [subscriptions]: Jovinečko
2024-11-10T00:05:36.759Z [verbose] [subscriptions]: Just Cause
2024-11-10T00:05:36.759Z [verbose] [subscriptions]: Karl M
2024-11-10T00:05:36.759Z [verbose] [subscriptions]: Kazma Kazmitch
2024-11-10T00:05:36.759Z [verbose] [subscriptions]: KILLERWHALE GAMES
2024-11-10T00:05:36.952Z [verbose] [subscriptions]: Kluci z Prahy
2024-11-10T00:05:36.952Z [verbose] [subscriptions]: Kovy
2024-11-10T00:05:36.952Z [verbose] [subscriptions]: Kuchyňa Lidla
2024-11-10T00:05:36.952Z [verbose] [subscriptions]: Kurzgesagt – In a Nutshell
2024-11-10T00:05:36.953Z [verbose] [subscriptions]: Kyle Hansen
2024-11-10T00:05:36.953Z [verbose] [subscriptions]: Kysucký Kapitán
2024-11-10T00:05:36.953Z [verbose] [subscriptions]: LEAP
2024-11-10T00:05:36.953Z [verbose] [subscriptions]: Let's Game It Out
2024-11-10T00:05:36.953Z [verbose] [subscriptions]: Lexie Limitless
2024-11-10T00:05:36.954Z [verbose] [subscriptions]: LifebyMikeG
2024-11-10T00:05:36.954Z [verbose] [subscriptions]: Linkin Park
2024-11-10T00:05:36.954Z [verbose] [subscriptions]: Linus Tech Tips
2024-11-10T00:05:36.954Z [verbose] [subscriptions]: Little Big
2024-11-10T00:05:36.954Z [verbose] [subscriptions]: LMFAOVEVO
2024-11-10T00:05:36.954Z [verbose] [subscriptions]: LockPickingLawyer
2024-11-10T00:05:36.954Z [verbose] [subscriptions]: LOVESTREAM Festival
2024-11-10T00:05:36.955Z [verbose] [subscriptions]: Low Level
2024-11-10T00:05:36.955Z [verbose] [subscriptions]: Lucas Builds The Future
2024-11-10T00:05:36.955Z [verbose] [subscriptions]: Lucas VRTech
2024-11-10T00:05:37.126Z [verbose] [subscriptions]: Lukefry
2024-11-10T00:05:37.126Z [verbose] [subscriptions]: LUNICEKaPERESNICEK
2024-11-10T00:05:37.127Z [verbose] [subscriptions]: Mac Address
2024-11-10T00:05:37.127Z [verbose] [subscriptions]: Machine Thinking
2024-11-10T00:05:37.127Z [verbose] [subscriptions]: Macklemore
2024-11-10T00:05:37.128Z [verbose] [subscriptions]: Macro Room
2024-11-10T00:05:37.128Z [verbose] [subscriptions]: Mafia Corner
2024-11-10T00:05:37.128Z [verbose] [subscriptions]: Make It Work
2024-11-10T00:05:37.128Z [verbose] [subscriptions]: Maly Miso
2024-11-10T00:05:37.128Z [verbose] [subscriptions]: Marc Rebillet
2024-11-10T00:05:37.128Z [verbose] [subscriptions]: MarcoStyle
2024-11-10T00:05:37.129Z [verbose] [subscriptions]: Mark Rober
2024-11-10T00:05:37.129Z [verbose] [subscriptions]: Mark Watt Tech
2024-11-10T00:05:37.129Z [verbose] [subscriptions]: Markusfilm
2024-11-10T00:05:37.129Z [verbose] [subscriptions]: Markéta Bonková
2024-11-10T00:05:37.129Z [verbose] [subscriptions]: Marques Brownlee
2024-11-10T00:05:37.129Z [verbose] [subscriptions]: Martin Rota
2024-11-10T00:05:37.129Z [verbose] [subscriptions]: Martin Solveig
2024-11-10T00:05:37.129Z [verbose] [subscriptions]: MARZ
2024-11-10T00:05:37.130Z [verbose] [subscriptions]: Matthias random stuff
2024-11-10T00:05:37.130Z [verbose] [subscriptions]: Max Fosh
2024-11-10T00:05:37.130Z [verbose] [subscriptions]: MCS Tech
2024-11-10T00:05:37.130Z [verbose] [subscriptions]: MegaLag
2024-11-10T00:05:37.130Z [verbose] [subscriptions]: Mehditation
2024-11-10T00:05:37.277Z [verbose] [subscriptions]: Mellow_Labs
2024-11-10T00:05:37.277Z [verbose] [subscriptions]: Memebnb
2024-11-10T00:05:37.278Z [verbose] [subscriptions]: menameselassie
2024-11-10T00:05:37.278Z [verbose] [subscriptions]: Mental Checkpoint
2024-11-10T00:05:37.278Z [verbose] [subscriptions]: Michael Reeves
2024-11-10T00:05:37.278Z [verbose] [subscriptions]: Michal Orsava
2024-11-10T00:05:37.278Z [verbose] [subscriptions]: Microsoft HoloLens
2024-11-10T00:05:37.278Z [verbose] [subscriptions]: Mike Okay
2024-11-10T00:05:37.278Z [verbose] [subscriptions]: Mike Tholfsen
2024-11-10T00:05:37.279Z [verbose] [subscriptions]: Minecraft
2024-11-10T00:05:37.279Z [verbose] [subscriptions]: mobile hacker
2024-11-10T00:05:37.279Z [verbose] [subscriptions]: MojWindows.sk
2024-11-10T00:05:37.279Z [verbose] [subscriptions]: Morley Kert
2024-11-10T00:05:37.279Z [verbose] [subscriptions]: Mr. Volt
2024-11-10T00:05:37.279Z [verbose] [subscriptions]: MRP
2024-11-10T00:05:37.280Z [verbose] [subscriptions]: Music For Everyone
2024-11-10T00:05:37.452Z [verbose] [subscriptions]: MôjAndroid
2024-11-10T00:05:37.453Z [verbose] [subscriptions]: Naked Bananas
2024-11-10T00:05:37.453Z [verbose] [subscriptions]: NaprostoRetardovany
2024-11-10T00:05:37.453Z [verbose] [subscriptions]: NargonCZ
2024-11-10T00:05:37.453Z [verbose] [subscriptions]: Netti Channel
2024-11-10T00:05:37.453Z [verbose] [subscriptions]: Neuralink
2024-11-10T00:05:37.453Z [verbose] [subscriptions]: New Mind
2024-11-10T00:05:37.454Z [verbose] [subscriptions]: Nigel John Stanford
2024-11-10T00:05:37.454Z [verbose] [subscriptions]: NightHawkInLight
2024-11-10T00:05:37.454Z [verbose] [subscriptions]: NikolsLife
2024-11-10T00:05:37.454Z [verbose] [subscriptions]: NileBlue
2024-11-10T00:05:37.454Z [verbose] [subscriptions]: NileRed
2024-11-10T00:05:37.454Z [verbose] [subscriptions]: No Text To Speech
2024-11-10T00:05:37.454Z [verbose] [subscriptions]: Noah Smith Electrocutes Himself
2024-11-10T00:05:37.454Z [verbose] [subscriptions]: Noddy
2024-11-10T00:05:37.454Z [verbose] [subscriptions]: Normandie
2024-11-10T00:05:37.455Z [verbose] [subscriptions]: Nothing
2024-11-10T00:05:37.455Z [verbose] [subscriptions]: Novaspirit Tech
2024-11-10T00:05:37.455Z [verbose] [subscriptions]: Null Byte
2024-11-10T00:05:37.643Z [verbose] [subscriptions]: Of Monsters and Men
2024-11-10T00:05:37.644Z [verbose] [subscriptions]: Official Arctic Monkeys
2024-11-10T00:05:37.644Z [verbose] [subscriptions]: officialpsy
2024-11-10T00:05:37.644Z [verbose] [subscriptions]: oHaiiChun
2024-11-10T00:05:37.644Z [verbose] [subscriptions]: OnePlus
2024-11-10T00:05:37.644Z [verbose] [subscriptions]: ONLY in JAPAN * GO
2024-11-10T00:05:37.644Z [verbose] [subscriptions]: ONLY in JAPAN * John Daub
2024-11-10T00:05:37.644Z [verbose] [subscriptions]: OpenAI
2024-11-10T00:05:37.645Z [verbose] [subscriptions]: OpenIV Team
2024-11-10T00:05:37.645Z [verbose] [subscriptions]: Ottomated
2024-11-10T00:05:37.645Z [verbose] [subscriptions]: OwlGaming
2024-11-10T00:05:37.645Z [verbose] [subscriptions]: Patrik Paulinyi
2024-11-10T00:05:37.645Z [verbose] [subscriptions]: Paul Hibbert (Hibbert Home Tech)
2024-11-10T00:05:37.645Z [verbose] [subscriptions]: PencilTestStudios
2024-11-10T00:05:37.645Z [verbose] [subscriptions]: PeterLife
2024-11-10T00:05:37.645Z [verbose] [subscriptions]: Pheggas
2024-11-10T00:05:37.646Z [verbose] [subscriptions]: Philipp
2024-11-10T00:05:37.646Z [verbose] [subscriptions]: Photonicinduction
2024-11-10T00:05:37.821Z [verbose] [subscriptions]: PixelTail Games
2024-11-10T00:05:37.821Z [verbose] [subscriptions]: Plex
2024-11-10T00:05:37.822Z [verbose] [subscriptions]: Pockit
2024-11-10T00:05:37.822Z [verbose] [subscriptions]: Posy
2024-11-10T00:05:37.822Z [verbose] [subscriptions]: PPPeter
2024-11-10T00:05:37.822Z [verbose] [subscriptions]: PPPíter
2024-11-10T00:05:37.822Z [verbose] [subscriptions]: Practical Engineering
2024-11-10T00:05:37.822Z [verbose] [subscriptions]: Premi Madlife
2024-11-10T00:05:37.823Z [verbose] [subscriptions]: PricelessToolkit
2024-11-10T00:05:37.824Z [verbose] [subscriptions]: Profesia.sk
2024-11-10T00:05:37.824Z [verbose] [subscriptions]: Programmers are also human
2024-11-10T00:05:37.825Z [verbose] [subscriptions]: Proxmox
2024-11-10T00:05:37.825Z [verbose] [subscriptions]: Prusa 3D
2024-11-10T00:05:37.825Z [verbose] [subscriptions]: RA
2024-11-10T00:05:37.825Z [verbose] [subscriptions]: Rainway
2024-11-10T00:05:37.825Z [verbose] [subscriptions]: randomfrankp
2024-11-10T00:05:37.825Z [verbose] [subscriptions]: REconnect
2024-11-10T00:05:37.825Z [verbose] [subscriptions]: Red Hot Chili Peppers
2024-11-10T00:05:37.826Z [verbose] [subscriptions]: Redfoo
2024-11-10T00:05:37.826Z [verbose] [subscriptions]: Reed's Smart Home
2024-11-10T00:05:37.982Z [verbose] [subscriptions]: reubs
2024-11-10T00:05:37.982Z [verbose] [subscriptions]: Rich Langner - Electronics
2024-11-10T00:05:37.982Z [verbose] [subscriptions]: Rich Rebuilds
2024-11-10T00:05:37.982Z [verbose] [subscriptions]: RikkoSK
2024-11-10T00:05:37.983Z [verbose] [subscriptions]: Rockstar Games
2024-11-10T00:05:37.983Z [verbose] [subscriptions]: RTHWLDN
2024-11-10T00:05:37.984Z [verbose] [subscriptions]: SalC1
2024-11-10T00:05:37.984Z [verbose] [subscriptions]: SAMURAI JUNJIRO Channel
2024-11-10T00:05:37.985Z [verbose] [subscriptions]: samy kamkar
2024-11-10T00:05:37.985Z [verbose] [subscriptions]: Sauber-Lab UK
2024-11-10T00:05:37.985Z [verbose] [subscriptions]: Sciencium
2024-11-10T00:05:37.985Z [verbose] [subscriptions]: Scott Hanselman
2024-11-10T00:05:37.985Z [verbose] [subscriptions]: scottbez1
2024-11-10T00:05:37.985Z [verbose] [subscriptions]: ScriptKid
2024-11-10T00:05:37.985Z [verbose] [subscriptions]: SecurityFWD
2024-11-10T00:05:37.985Z [verbose] [subscriptions]: Seek Discomfort
2024-11-10T00:05:38.161Z [verbose] [subscriptions]: selfhst
2024-11-10T00:05:38.161Z [verbose] [subscriptions]: Severské denníky
2024-11-10T00:05:38.161Z [verbose] [subscriptions]: Sexuálna výchova
2024-11-10T00:05:38.161Z [verbose] [subscriptions]: Seytonic
2024-11-10T00:05:38.161Z [verbose] [subscriptions]: ShortCircuit
2024-11-10T00:05:38.161Z [verbose] [subscriptions]: ShotGunRaids
2024-11-10T00:05:38.162Z [verbose] [subscriptions]: Shy Chickens
2024-11-10T00:05:38.162Z [verbose] [subscriptions]: ShyChickensExtra
2024-11-10T00:05:38.162Z [verbose] [subscriptions]: Simi Cats
2024-11-10T00:05:38.162Z [verbose] [subscriptions]: Simon Pierro
2024-11-10T00:05:38.162Z [verbose] [subscriptions]: Simply Smart House
2024-11-10T00:05:38.162Z [verbose] [subscriptions]: Skrillex
2024-11-10T00:05:38.162Z [verbose] [subscriptions]: Slow Mo Lab
2024-11-10T00:05:38.162Z [verbose] [subscriptions]: Smart Home Junkie
2024-11-10T00:05:38.162Z [verbose] [subscriptions]: Smart Home Solver
2024-11-10T00:05:38.163Z [verbose] [subscriptions]: Smart Solutions for Home
2024-11-10T00:05:38.163Z [verbose] [subscriptions]: SmartHomeBeginner
2024-11-10T00:05:38.163Z [verbose] [subscriptions]: Smusa
2024-11-10T00:05:38.163Z [verbose] [subscriptions]: SmusaVlogs
2024-11-10T00:05:38.164Z [verbose] [subscriptions]: Snapdragon
2024-11-10T00:05:38.164Z [verbose] [subscriptions]: Soaryn
2024-11-10T00:05:38.164Z [verbose] [subscriptions]: spacehuhn
2024-11-10T00:05:38.164Z [verbose] [subscriptions]: SpeedTest G
2024-11-10T00:05:38.384Z [verbose] [subscriptions]: SPŠSE NR
2024-11-10T00:05:38.384Z [verbose] [subscriptions]: Stadia
2024-11-10T00:05:38.384Z [verbose] [subscriptions]: Steam
2024-11-10T00:05:38.385Z [verbose] [subscriptions]: Steve DOES
2024-11-10T00:05:38.385Z [verbose] [subscriptions]: Steve Mould
2024-11-10T00:05:38.385Z [verbose] [subscriptions]: SteveKardynal
2024-11-10T00:05:38.385Z [verbose] [subscriptions]: Strange Parts
2024-11-10T00:05:38.385Z [verbose] [subscriptions]: Stranger Parts
2024-11-10T00:05:38.385Z [verbose] [subscriptions]: Stuart Edge
2024-11-10T00:05:38.385Z [verbose] [subscriptions]: Stuff Made Here
2024-11-10T00:05:38.385Z [verbose] [subscriptions]: styropyro
2024-11-10T00:05:38.386Z [verbose] [subscriptions]: SunShine
2024-11-10T00:05:38.386Z [verbose] [subscriptions]: SuopOnYoutube
2024-11-10T00:05:38.386Z [verbose] [subscriptions]: Sziget Festival
2024-11-10T00:05:38.386Z [verbose] [subscriptions]: Taran Van Hemert
2024-11-10T00:05:38.386Z [verbose] [subscriptions]: Taran Van Hemert 2
2024-11-10T00:05:38.386Z [verbose] [subscriptions]: Tech Ingredients
2024-11-10T00:05:38.387Z [verbose] [subscriptions]: Tech Tutorials - David McKone
2024-11-10T00:05:38.387Z [verbose] [subscriptions]: Tech Yesterday
2024-11-10T00:05:38.552Z [verbose] [subscriptions]: TechFlow
2024-11-10T00:05:38.552Z [verbose] [subscriptions]: TechLinked
2024-11-10T00:05:38.552Z [verbose] [subscriptions]: Technithusiast
2024-11-10T00:05:38.552Z [verbose] [subscriptions]: Techno Tim
2024-11-10T00:05:38.553Z [verbose] [subscriptions]: Techno Tim Tinkers
2024-11-10T00:05:38.553Z [verbose] [subscriptions]: Technology Connections
2024-11-10T00:05:38.553Z [verbose] [subscriptions]: Techpedia.SK
2024-11-10T00:05:38.553Z [verbose] [subscriptions]: Techquickie
2024-11-10T00:05:38.553Z [verbose] [subscriptions]: Tesla
2024-11-10T00:05:38.553Z [verbose] [subscriptions]: The Action Lab
2024-11-10T00:05:38.554Z [verbose] [subscriptions]: The Home Automation Project
2024-11-10T00:05:38.554Z [verbose] [subscriptions]: The Hook Up
2024-11-10T00:05:38.554Z [verbose] [subscriptions]: The Horizon
2024-11-10T00:05:38.554Z [verbose] [subscriptions]: The HU
2024-11-10T00:05:38.555Z [info] [subscriptions]: New subscription: Bryce Bostwick
2024-11-10T00:05:38.563Z [info] [subscriptions]: New subscription: CNC Kitchen
2024-11-10T00:05:38.569Z [info] [subscriptions]: New subscription: Epic Spaceman
2024-11-10T00:05:38.574Z [info] [subscriptions]: New subscription: Morley Kert
2024-11-10T00:05:38.587Z [info] [subscriptions]: Removed subscription: Calvin Harris
2024-11-10T00:05:38.587Z [info] [subscriptions]: Done checking subscriptions...
2024-11-10T00:13:35.028Z [info] [videos]: Checking for new videos...
2024-11-10T00:13:35.031Z [verbose] [videos]: 0/340 Checking channel Aaron (UCcUNYFu8wNDncymesUOtPrg)
2024-11-10T00:13:35.096Z [verbose] [videos]: 1/340 Checking channel AeroMobil (UCVekgNuouyp2rpGLMEoWddA)
2024-11-10T00:13:35.165Z [verbose] [videos]: 2/340 Checking channel Aik & Johanka (UCmZdjVse4X2fGwUrIT1cnog)
2024-11-10T00:13:35.185Z [verbose] [videos]: 3/340 Checking channel Alalya (UCP-hGpCZf5XNxC_oMEVGOXw)
2024-11-10T00:13:35.204Z [verbose] [videos]: 4/340 Checking channel Alex (UCPzFLpOblZEaIx2lpym1l1A)
2024-11-10T00:13:35.223Z [verbose] [videos]: 5/340 Checking channel AlgorithmX2 (UC2uEcAQgz4x2gdwdqNQ4r_Q)
2024-11-10T00:13:35.240Z [verbose] [videos]: 6/340 Checking channel Android Authority (UCgyqtNWZmIxTx3b6OxTSALw)
2024-11-10T00:13:35.261Z [verbose] [videos]: 7/340 Checking channel Anthony van der Meer (UCD8QpDKSsn6xzGWDMispV7g)
2024-11-10T00:13:35.277Z [verbose] [videos]: 8/340 Checking channel ASUS Česko & Slovensko (UC4szvt0DlmJRMoUMr2BCLRw)
2024-11-10T00:13:35.297Z [verbose] [videos]: 9/340 Checking channel AtiShow (UClDKwR-G0jjwEBntb7Cf5Vw)
2024-11-10T00:13:35.316Z [verbose] [videos]: 10/340 Checking channel Autoškola Aura (UCaQhrSgf-nF7plkELHpC0Cg)
2024-11-10T00:13:35.358Z [verbose] [videos]: 11/340 Checking channel Bennett Bytes (UCThrs0qvb_MrW9UGSes4uIA)
2024-11-10T00:13:35.378Z [verbose] [videos]: 12/340 Checking channel Bitwit (UCftcLVz-jtPXoH3cWUUDwYw)
2024-11-10T00:13:35.397Z [verbose] [videos]: 13/340 Checking channel Boot Sequence (UCac6UP9a9vR7tEkMjl4UHtg)
2024-11-10T00:13:35.417Z [verbose] [videos]: 14/340 Checking channel Boston Dynamics (UC7vVhkEfw4nOGp8TyDk7RcQ)
2024-11-10T00:13:35.438Z [verbose] [videos]: 15/340 Checking channel Bring Me The Horizon (UCAayZDDj3uom0QpSJiwLoUw)
2024-11-10T00:13:35.458Z [verbose] [videos]: 16/340 Checking channel Buttpluggin' With qDot (UCKLmntfj3NmM2E3_LB3qs-w)
2024-11-10T00:13:35.508Z [verbose] [videos]: 17/340 Checking channel Byte My Bits (UCB2TRuFjwgWdbHEaGHP1kfw)
2024-11-10T00:13:35.529Z [verbose] [videos]: 18/340 Checking channel Bára Votíková (UCu4sC_NJJWT7eNTgyBiYKKQ)
2024-11-10T00:13:35.548Z [verbose] [videos]: 19/340 Checking channel Channel Super Fun (UCBZiUUYeLfS5rIj4TQvgSvA)
2024-11-10T00:13:35.569Z [verbose] [videos]: 20/340 Checking channel Chris Titus Tech (UCg6gPGh8HU2U01vaFCAsvmQ)
2024-11-10T00:13:35.591Z [verbose] [videos]: 21/340 Checking channel ChrisFix (UCes1EvRjcKU4sY_UEavndBw)
2024-11-10T00:13:35.613Z [verbose] [videos]: 22/340 Checking channel Codeinstein (UCO51Z4c1R8EPHZioGwgBmDw)
2024-11-10T00:13:35.717Z [verbose] [videos]: 23/340 Checking channel Coffee Stain Studios (UCnXVz_l-r_sLXNe1ESDhHA)
2024-11-10T00:13:35.739Z [verbose] [videos]: 24/340 Checking channel ColdFusion (UC4QZ_LsYcvcq7qOsOhpAX4A)
2024-11-10T00:13:35.761Z [verbose] [videos]: 25/340 Checking channel colinfurze (UCp68_FLety0O-n9QU6phsgw)
2024-11-10T00:13:35.783Z [verbose] [videos]: 26/340 Checking channel Corbin Davenport (UC_c_u7S24rU23He0CWOANHg)
2024-11-10T00:13:35.856Z [verbose] [videos]: 27/340 Checking channel CORSAIR (UCPy4EQ9HhP-g9xc4yDahhnQ)
2024-11-10T00:13:35.900Z [verbose] [videos]: 28/340 Checking channel Cr0w's Place (UCRpKZb4l8y1N4wwlH8BSuvw)
2024-11-10T00:13:35.943Z [verbose] [videos]: 29/340 Checking channel Cuberates (UCct_7YK2eCmn5OjSd8VNdgg)
2024-11-10T00:13:36.018Z [verbose] [videos]: 30/340 Checking channel Cyberpunk 2077 (UC4zyoIAzmdsgpDZQfO1-lSA)
2024-11-10T00:13:36.060Z [verbose] [videos]: 31/340 Checking channel Daily Dose Of Internet (UCdC0An4ZPNr_YiFiYoVbwaw)
2024-11-10T00:13:36.083Z [verbose] [videos]: 32/340 Checking channel Dani (UCIabPXjvT5BVTxRDPCBBOOQ)
2024-11-10T00:13:36.106Z [verbose] [videos]: 33/340 Checking channel Daniel Kim (UCKhEl5o5IZgBGaX2Oxd_GMw)
2024-11-10T00:13:36.125Z [verbose] [videos]: 34/340 Checking channel DemmSec (UCJItQmwUrcW4VdUqWaRUNIg)
2024-11-10T00:13:36.220Z [verbose] [videos]: 35/340 Checking channel DIY Perks (UCUQo7nzH1sXVpzL92VesANw)
2024-11-10T00:13:36.239Z [verbose] [videos]: 36/340 Checking channel DIY Perks EXTRA (UC177ji4tmDiLlW5iKyfJShA)
2024-11-10T00:13:36.255Z [verbose] [videos]: 37/340 Checking channel ElectroCUTE (UCYHERhfbTbJ1LnDCcKpUfEA)
2024-11-10T00:13:36.273Z [verbose] [videos]: 38/340 Checking channel Emojipedia (UCcCv5GFz0sSQwHekeXmHpww)
2024-11-10T00:13:36.294Z [verbose] [videos]: 39/340 Checking channel EposVox (UCRBHiacaQb5S70pljtJYB2g)
2024-11-10T00:13:36.315Z [verbose] [videos]: 40/340 Checking channel Everything Smart Home (UCrVLgIniVg6jW38uVqDRIiQ)
2024-11-10T00:13:36.358Z [verbose] [videos]: 41/340 Checking channel EverythingApplePro E A P (UCj34AOIMl_k1fF7hcBkD_dw)
2024-11-10T00:13:36.377Z [verbose] [videos]: 42/340 Checking channel Gadget Hacks (UCjabIGJF2F0c_HTQAD_N-SA)
2024-11-10T00:13:36.420Z [verbose] [videos]: 43/340 Checking channel Game of Roms (UCdT3vcw06GJdYlVwYE8Xtpw)
2024-11-10T00:13:36.440Z [verbose] [videos]: 44/340 Checking channel Gameballcz (UC0Nmdo1DVRHkuFA7QTthXGw)
2024-11-10T00:13:36.525Z [verbose] [videos]: 45/340 Checking channel Gary Explains (UCRjSO-juFtngAeJGJRMdIZw)
2024-11-10T00:13:36.546Z [verbose] [videos]: 46/340 Checking channel geohot (UCx6g0AfA8YBkGqWwPxVYl3w)
2024-11-10T00:13:36.563Z [verbose] [videos]: 47/340 Checking channel GlytchTech (UC4aOa6Q-cHMXaNixIi26q3Q)
2024-11-10T00:13:36.580Z [verbose] [videos]: 48/340 Checking channel GoGoManTV (UCewFV_KI5BSu0f8bKZ4BMfA)
2024-11-10T00:13:36.710Z [verbose] [videos]: 49/340 Checking channel Google (UCK8sQmJBp8GCxrOtXWBpyEA)
2024-11-10T00:13:36.731Z [verbose] [videos]: 50/340 Checking channel GreatScott! (UC6mIxFTvXkWQVEHPsEdflzQ)
2024-11-10T00:13:36.752Z [verbose] [videos]: 51/340 Checking channel GreatScott!2 (UChDhmjwek68frAz_p4ySBuQ)
2024-11-10T00:13:36.772Z [verbose] [videos]: 52/340 Checking channel GuyKnownAsErik (UCGkPFRA66RDb77wtp1V04Pg)
2024-11-10T00:13:36.788Z [verbose] [videos]: 53/340 Checking channel Hak5 (UC3s0BtrBJpwNDaflRSoiieQ)
2024-11-10T00:13:36.808Z [verbose] [videos]: 54/340 Checking channel Hardware Canucks (UCTzLRZUgelatKZ4nyIKcAbg)
2024-11-10T00:13:36.830Z [verbose] [videos]: 55/340 Checking channel Henrik Widegren (UCDPw8Soy1c7Q3yxLq5kMR_A)
2024-11-10T00:13:36.873Z [verbose] [videos]: 56/340 Checking channel Home Automation Guy (UC67SMH0qLMJ4b4Guud0mKjw)
2024-11-10T00:13:36.893Z [verbose] [videos]: 57/340 Checking channel Hospodar Martin (UCwkAILhnm1a_URH3bhN9T4w)
2024-11-10T00:13:36.913Z [verbose] [videos]: 58/340 Checking channel Household Hacker (UCI4I6ldZ0jWe7vXpUVeVcpg)
2024-11-10T00:13:36.933Z [verbose] [videos]: 59/340 Checking channel JerryRigEverything (UCWFKCr40YwOZQx8FHU_ZqqQ)
2024-11-10T00:13:36.952Z [verbose] [videos]: 60/340 Checking channel Jim Browning (UCBNG0osIBAprVcZZ3ic84vw)
2024-11-10T00:13:36.972Z [verbose] [videos]: 61/340 Checking channel Joshua Weissman (UChBEbMKI1eCcejTtmI32UEw)
2024-11-10T00:13:37.015Z [verbose] [videos]: 62/340 Checking channel Just Cause (UCFCLm6HxfrIH_NSRgqqbpAg)
2024-11-10T00:13:37.035Z [verbose] [videos]: 63/340 Checking channel Kazma Kazmitch (UCKDhbg8zZxiQ7esOnQSe4Hw)
2024-11-10T00:13:37.054Z [verbose] [videos]: 64/340 Checking channel KILLERWHALE GAMES (UClLCyPEGGJq4m_LhHl0egJA)
2024-11-10T00:13:37.070Z [verbose] [videos]: 65/340 Checking channel Kovy (UCGC8o-hW_TS-UpnThU0Wa1w)
2024-11-10T00:13:37.090Z [verbose] [videos]: 66/340 Checking channel Kurzgesagt – In a Nutshell (UCsXVk37bltHxD1rDPwtNM8Q)
2024-11-10T00:13:37.111Z [verbose] [videos]: 67/340 Checking channel Kysucký Kapitán (UCsvkdZfefb17k7UL29adjVg)
2024-11-10T00:13:37.130Z [verbose] [videos]: 68/340 Checking channel Lucas Builds The Future (UCE4nLiG5vDeXZVzn9r21rhQ)
2024-11-10T00:13:37.149Z [verbose] [videos]: 69/340 Checking channel Lucas VRTech (UCjWBEvwq3iNLXEdrGTR5S9A)
2024-11-10T00:13:37.218Z [verbose] [videos]: 70/340 Checking channel MegaLag (UCwhB8cJTSLxyubnKSS-PLJg)
2024-11-10T00:13:37.236Z [verbose] [videos]: 71/340 Checking channel Mehditation (UCKKiQ8Bz3pgiJ7JdqNrQfeQ)
2024-11-10T00:13:37.255Z [verbose] [videos]: 72/340 Checking channel Memebnb (UCX8wX1_7G29agXK0TaoQyLg)
2024-11-10T00:13:37.273Z [verbose] [videos]: 73/340 Checking channel menameselassie (UCNV6tckdVW3L_wiBN8tz9gQ)
2024-11-10T00:13:37.295Z [verbose] [videos]: 74/340 Checking channel Mental Checkpoint (UC2wNnyb3vWhOt0K6LpBrtGg)
2024-11-10T00:13:37.314Z [verbose] [videos]: 75/340 Checking channel Michael Reeves (UCtHaxi4GTYDpJgMSGy7AeSw)
2024-11-10T00:13:37.333Z [verbose] [videos]: 76/340 Checking channel Michal Orsava (UCHdGxdBtAWo-9EeRdIIP3WA)
2024-11-10T00:13:37.377Z [verbose] [videos]: 77/340 Checking channel Microsoft HoloLens (UCT2rZIAL-zNqeK1OmLLUa6g)
2024-11-10T00:13:37.419Z [verbose] [videos]: 78/340 Checking channel Minecraft (UC1sELGmy5jp5fQUugmuYlXQ)
2024-11-10T00:13:37.474Z [verbose] [videos]: 79/340 Checking channel MojWindows.sk (UC7wO0P1x5hf0D4Ju5v7n8Pg)
2024-11-10T00:13:37.516Z [verbose] [videos]: 80/340 Checking channel Music For Everyone (UCIxuge1gvjUJvfVVPlTqPdw)
2024-11-10T00:13:37.533Z [verbose] [videos]: 81/340 Checking channel MôjAndroid (UCml2SehuBXuSlXvLrWBjUig)
2024-11-10T00:13:37.554Z [verbose] [videos]: 82/340 Checking channel Naked Bananas (UCvj8-S1Knq-HOjF8DWcqfPA)
2024-11-10T00:13:37.596Z [verbose] [videos]: 83/340 Checking channel NaprostoRetardovany (UCGJeS5TdFfrcSJA2xChsVTA)
2024-11-10T00:13:37.617Z [verbose] [videos]: 84/340 Checking channel NargonCZ (UC7JOlTTviOqkdFJHha53hEQ)
2024-11-10T00:13:37.662Z [verbose] [videos]: 85/340 Checking channel OnePlus (UC7zygr3uEiMSkxv-6nbFUGQ)
2024-11-10T00:13:37.706Z [verbose] [videos]: 86/340 Checking channel OwlGaming (UCov1MwxOPcO_Pi_b5JGT_rQ)
2024-11-10T00:13:37.726Z [verbose] [videos]: 87/340 Checking channel Patrik Paulinyi (UC9Jgpwd0_CSvmlNY6fYsVpg)
2024-11-10T00:13:37.747Z [verbose] [videos]: 88/340 Checking channel Paul Hibbert (UCYLnawaM-36HncBBUeWrlGA)
2024-11-10T00:13:37.771Z [verbose] [videos]: 89/340 Checking channel PencilTestStudios (UCrOu56O5lC1hHhG6JyBtNxw)
2024-11-10T00:13:37.790Z [verbose] [videos]: 90/340 Checking channel PeterLife (UCbgM8ptK_1uvuDhrym8Q13g)
2024-11-10T00:13:37.858Z [verbose] [videos]: 91/340 Checking channel PheggasSVK (UCYPSqcSmwg7-7p9g1UTwHUA)
2024-11-10T00:13:37.914Z [verbose] [videos]: 92/340 Checking channel Philipp (UC8JyHTpu8yVAqeuBY32aVvw)
2024-11-10T00:13:37.931Z [verbose] [videos]: 93/340 Checking channel Photonicinduction (UCl9OJE9OpXui-gRsnWjSrlA)
2024-11-10T00:13:37.950Z [verbose] [videos]: 94/340 Checking channel PixelTail Games (UC4CUhb7fbB6Mch8R2GJWJtw)
2024-11-10T00:13:37.970Z [verbose] [videos]: 95/340 Checking channel Plex (UCWICQQRe81LaoKKsSk7IJ8g)
2024-11-10T00:13:37.990Z [verbose] [videos]: 96/340 Checking channel REconnect (UCjf9bdEyaq-DeyIfNmk2VXQ)
2024-11-10T00:13:38.032Z [verbose] [videos]: 97/340 Checking channel Red Hot Chili Peppers (UCEuOwB9vSL1oPKGNdONB4ig)
2024-11-10T00:13:38.052Z [verbose] [videos]: 98/340 Checking channel Redfoo (UCvFXXIn7yfM297YIycnFDWw)
2024-11-10T00:13:38.170Z [verbose] [videos]: 99/340 Checking channel Rich Rebuilds (UCfV0_wbjG8KJADuZT2ct4SA)
2024-11-10T00:13:38.219Z [verbose] [videos]: 100/340 Checking channel RikkoSK (UCuFpInADMAlWGCxsNAt_SKQ)
2024-11-10T00:13:38.240Z [verbose] [videos]: 101/340 Checking channel Rockstar Games (UC6VcWc1rAoWdBCM0JxrRQ3A)
2024-11-10T00:13:38.259Z [verbose] [videos]: 102/340 Checking channel Roth Wellden (UCTewGQMmMs0CncOVTMLwhQg)
2024-11-10T00:13:38.281Z [verbose] [videos]: 103/340 Checking channel SalC1 (UClY084mbGLK_SLlOfgizjow)
2024-11-10T00:13:38.301Z [verbose] [videos]: 104/340 Checking channel samy kamkar (UC4m2G6T18_JcjwxwtwKJijw)
2024-11-10T00:13:38.321Z [verbose] [videos]: 105/340 Checking channel ScriptKid (UCwhWV4r7e6J5TjvYjA4ccng)
2024-11-10T00:13:38.339Z [verbose] [videos]: 106/340 Checking channel SecurityFWD (UCaXV-r0zzGOsVg3V2U164wA)
2024-11-10T00:13:38.358Z [verbose] [videos]: 107/340 Checking channel Seek Discomfort (UCTd7KzdwnFE3lm6LCfYDmUQ)
2024-11-10T00:13:38.402Z [verbose] [videos]: 108/340 Checking channel Sexuálna výchova (UCYk86ZmsOqkYBniVR_4Mycw)
2024-11-10T00:13:38.423Z [verbose] [videos]: 109/340 Checking channel Seytonic (UCW6xlqxSY3gGur4PkGPEUeA)
2024-11-10T00:13:38.442Z [verbose] [videos]: 110/340 Checking channel ShortCircuit (UCdBK94H6oZT2Q7l0-b0xmMg)
2024-11-10T00:13:38.463Z [verbose] [videos]: 111/340 Checking channel ShotGunRaids (UC_tvR3xgVNReKaxSbpCG-mQ)
2024-11-10T00:13:38.526Z [verbose] [videos]: 112/340 Checking channel Shy Chickens (UC1qw9p3WYjS9TKJFmq9B2hA)
2024-11-10T00:13:38.587Z [verbose] [videos]: 113/340 Checking channel ShyChickensExtra (UCXh8gAWuezCqFwnl5tm1i9g)
2024-11-10T00:13:38.606Z [verbose] [videos]: 114/340 Checking channel Simi Cats (UCrKV2QTuyGcv4E3eSJpBiYA)
2024-11-10T00:13:38.625Z [verbose] [videos]: 115/340 Checking channel Simon Pierro (UCPhpS5L5sWaHV5AYhvpFXaQ)
2024-11-10T00:13:38.681Z [verbose] [videos]: 116/340 Checking channel Skrillex (UC_TVqp_SyG6j5hG-xVRy95A)
2024-11-10T00:13:38.729Z [verbose] [videos]: 117/340 Checking channel Slow Mo Lab (UCotlYu9WUcKZCUcEcNYWu_Q)
2024-11-10T00:13:38.809Z [verbose] [videos]: 118/340 Checking channel Smusa (UCcbhPRpAKqY_NK2mvkn_S7Q)
2024-11-10T00:13:38.879Z [verbose] [videos]: 119/340 Checking channel SmusaVlogs (UCGRAEyA6xxq8MuOM5mOViNA)
2024-11-10T00:13:38.920Z [verbose] [videos]: 120/340 Checking channel Snapdragon (UCZRYEa3YILhcdYd7MHkFGzg)
2024-11-10T00:13:38.941Z [verbose] [videos]: 121/340 Checking channel Soaryn (UC1XBNzQoDM-ZOpsc3Hpw1kg)
2024-11-10T00:13:38.957Z [verbose] [videos]: 122/340 Checking channel spacehuhn (UCFmjA6dnjv-phqrFACyI8tw)
2024-11-10T00:13:38.976Z [verbose] [videos]: 123/340 Checking channel SpeedTest G (UC8Cd4TlU1d5mPNGKXibCWqw)
2024-11-10T00:13:38.996Z [verbose] [videos]: 124/340 Checking channel SPŠSE NR (UCCoimlPAWlv1CfZKyg1MK6w)
2024-11-10T00:13:39.015Z [verbose] [videos]: 125/340 Checking channel Stadia (UCQKyy9Wl7hsVn1BP7BC53Yg)
2024-11-10T00:13:39.053Z [verbose] [videos]: 126/340 Checking channel Steve Mould (UCEIwxahdLz7bap-VDs9h35A)
2024-11-10T00:13:39.072Z [verbose] [videos]: 127/340 Checking channel SteveKardynal (UCGwruZaVBlp2AwbdUdNaLPQ)
2024-11-10T00:13:39.114Z [verbose] [videos]: 128/340 Checking channel Strange Parts (UCO8DQrSp5yEP937qNqTooOw)
2024-11-10T00:13:39.135Z [verbose] [videos]: 129/340 Checking channel Stuart Edge (UCCvCHN9DaKn8ON5VxDZmyhQ)
2024-11-10T00:13:39.154Z [verbose] [videos]: 130/340 Checking channel Stuff Made Here (UCj1VqrHhDte54oLgPG4xpuQ)
2024-11-10T00:13:39.174Z [verbose] [videos]: 131/340 Checking channel styropyro (UCJYJgj7rzsn0vdR7fkgjuIA)
2024-11-10T00:13:39.194Z [verbose] [videos]: 132/340 Checking channel Taran Van Hemert (UCd0ZD4iCXRXf18p3cA7EQfg)
2024-11-10T00:13:39.214Z [verbose] [videos]: 133/340 Checking channel Tech Ingredients (UCVSHXNNBitaPd5lYz48--yg)
2024-11-10T00:13:39.276Z [verbose] [videos]: 134/340 Checking channel Tech Yesterday (UCNLJd7YD8ysETf5zAfJObjA)
2024-11-10T00:13:39.296Z [verbose] [videos]: 135/340 Checking channel TechFlow (UCdU3K0pmvsuxcHFaI3aWKHw)
2024-11-10T00:13:39.316Z [verbose] [videos]: 136/340 Checking channel Techno Tim (UCOk-gHyjcWZNj3Br4oxwh0A)
2024-11-10T00:13:39.337Z [verbose] [videos]: 137/340 Checking channel Technology Connections (UCy0tKL1T7wFoYcxCe0xjN6Q)
2024-11-10T00:13:39.357Z [verbose] [videos]: 138/340 Checking channel Techpedia.SK (UCp716HP042xeVRLkVBKC8Hg)
2024-11-10T00:13:39.377Z [verbose] [videos]: 139/340 Checking channel Tesla (UC5WjFrtBdufl6CZojX3D8dQ)
2024-11-10T00:13:39.396Z [verbose] [videos]: 140/340 Checking channel The Action Lab (UC1VLQPn9cYSqx8plbk9RxxQ)
2024-11-10T00:13:39.416Z [verbose] [videos]: 141/340 Checking channel The HU (UCs6vRDdkZ8bP8Xt6WHbvrwA)
2024-11-10T00:13:39.436Z [verbose] [videos]: 142/340 Checking channel WRKHRS3 (UCQiVQBWiUmL-3rF7OU2ku5w)
2024-11-10T00:13:39.456Z [verbose] [videos]: 143/340 Checking channel Adam Ragusea (UC9_p50tH3WmMslWRWKnM7dQ)
2024-11-10T00:13:39.477Z [verbose] [videos]: 144/340 Checking channel Alexandre Chappel (UCe1Aj6VEO299Yq4WkXdoD3Q)
2024-11-10T00:13:39.524Z [verbose] [videos]: 145/340 Checking channel Allen Pan (UCVS89U86PwqzNkK2qYNbk5A)
2024-11-10T00:13:39.569Z [verbose] [videos]: 146/340 Checking channel Alvin Zhou (UCsdD3quGf01RWABJt8wLe9g)
2024-11-10T00:13:39.589Z [verbose] [videos]: 147/340 Checking channel Behfor (UCh_SnOW0Q6rDtQ4f1m8u93A)
2024-11-10T00:13:39.610Z [verbose] [videos]: 148/340 Checking channel Boy Boy (UC_S45UpAYVuc0fYEcHN9BVQ)
2024-11-10T00:13:39.630Z [verbose] [videos]: 149/340 Checking channel Code Bullet (UC0e3QhIYukixgh5VVpKHH9Q)
2024-11-10T00:13:39.653Z [verbose] [videos]: 150/340 Checking channel DB Tech (UCVy16RS5eEDh8anP8j94G2A)
2024-11-10T00:13:39.680Z [verbose] [videos]: 151/340 Checking channel Ethan Chlebowski (UCDq5v10l4wkV5-ZBIJJFbzQ)
2024-11-10T00:13:39.701Z [verbose] [videos]: 152/340 Checking channel Future Proof (UC-OJ-24roEfQ
-PCnLJSckg)
2024-11-10T00:13:39.720Z [verbose] [videos]: 153/340 Checking channel Jeff Geerling (UCR-DXc1voovS8nhAvccRZhg)
2024-11-10T00:13:39.740Z [verbose] [videos]: 154/340 Checking channel Joel Creates (UCHk0IYEDJxQGQ-nbd3yP_KA)
2024-11-10T00:13:39.760Z [verbose] [videos]: 155/340 Checking channel Johnny Harris (UCmGSJVG3mCRXVOP4yZrU1Dw)
2024-11-10T00:13:39.780Z [verbose] [videos]: 156/340 Checking channel Karl Makes Music (UCsxo6OpAQ1Pee4nSqhdMYCQ)
2024-11-10T00:13:39.797Z [verbose] [videos]: 157/340 Checking channel Kuchyňa Lidla (UC5oGq-pQRauK3TFdDa0ZPAQ)
2024-11-10T00:13:39.820Z [verbose] [videos]: 158/340 Checking channel OpenIV Team (UCVnaltlhuMCrO8rCmOzI3iA)
2024-11-10T00:13:39.902Z [verbose] [videos]: 159/340 Checking channel Ottomated (UCVaR0cTRg0IrMwEaACybRPw)
2024-11-10T00:13:39.919Z [verbose] [videos]: 160/340 Checking channel Pockit (UC49EYw900LZn5VBglLRzxHw)
2024-11-10T00:13:39.935Z [verbose] [videos]: 161/340 Checking channel reubs (UCpsN2TfWGmun4peN2IPgcKg)
2024-11-10T00:13:39.984Z [verbose] [videos]: 162/340 Checking channel Sciencium (UCGRB1ZjIqAiaGwt-XLq9CnA)
2024-11-10T00:13:40.003Z [verbose] [videos]: 163/340 Checking channel Scott Hanselman (UCL-fHOdarou-CR2XUmK48Og)
2024-11-10T00:13:40.024Z [verbose] [videos]: 164/340 Checking channel scottbez1 (UCzxBfc2Axi-Why6UwpFDn4w)
2024-11-10T00:13:40.046Z [verbose] [videos]: 165/340 Checking channel Smart Home Solver (UCwOBG77Tm8cE24FPxHb_abw)
2024-11-10T00:13:40.066Z [verbose] [videos]: 166/340 Checking channel Steve DOES (UC7Wy-UuuwOqHxu4JeVWVX4g)
2024-11-10T00:13:40.086Z [verbose] [videos]: 167/340 Checking channel SuopOnYoutube (UCx_HOMKJL72cRUjlBtLZfYw)
2024-11-10T00:13:40.176Z [verbose] [videos]: 168/340 Checking channel The Digital Life (UCZNhwA1B5YqiY1nLzmM0ZRg)
2024-11-10T00:13:40.196Z [verbose] [videos]: 169/340 Checking channel The Hook Up (UC2gyzKcHbYfqoXA5xbyGXtQ)
2024-11-10T00:13:40.217Z [verbose] [videos]: 170/340 Checking channel The Horizon (UCfaJNgrumOdK3uQtw4gDxtA)
2024-11-10T00:13:40.237Z [verbose] [videos]: 171/340 Checking channel Taran Van Hemert 2 (UCkTnIE2RohNA1eV4v-nov7A)
2024-11-10T00:13:40.256Z [verbose] [videos]: 172/340 Checking channel Home Assistant (UCbX3YkedQunLt7EQAdVxh7w)
2024-11-10T00:13:40.277Z [verbose] [videos]: 173/340 Checking channel Smart Solutions for Home (UCtQpGuWY5sTUqrED4SgScVA)
2024-11-10T00:13:40.296Z [verbose] [videos]: 174/340 Checking channel Auto Focus (UC2J-0g_nxlwcD9JBK1eTleQ)
2024-11-10T00:13:40.315Z [verbose] [videos]: 175/340 Checking channel HomeSystem.sk (UCVOWBEMYDcDOYo_2L2zHrqA)
2024-11-10T00:13:40.334Z [verbose] [videos]: 176/340 Checking channel Duncan Sinfield (UCoc4iO1r4Bv0kuABk5PUwdw)
2024-11-10T00:13:40.387Z [verbose] [videos]: 177/340 Checking channel ElectroBOOM (UCJ0-OtVpF0wOKEqT2Z1HEtA)
2024-11-10T00:13:40.429Z [verbose] [videos]: 178/340 Checking channel Automate Your Life (UCtRSKEipM17PF7n0mi66btQ)
2024-11-10T00:13:40.449Z [verbose] [videos]: 179/340 Checking channel Jet Lag: The Game (UCxkM67T_Iele-mRVUiBkRqg)
2024-11-10T00:13:40.470Z [verbose] [videos]: 180/340 Checking channel Reed's Smart Home (UCnvqF2-dOB9qo9EPDHRX9mg)
2024-11-10T00:13:40.489Z [verbose] [videos]: 181/340 Checking channel Geerling Engineering (UCsd6hP-zzIkCpw8XGw7Osyw)
2024-11-10T00:13:40.509Z [verbose] [videos]: 182/340 Checking channel Kluci z Prahy (UCbpMZ4ri2yh342M6dH1GFIg)
2024-11-10T00:13:40.529Z [verbose] [videos]: 183/340 Checking channel dearMoon (UCnvMg1mBgLa_N5G1_6gnbIw)
2024-11-10T00:13:40.576Z [verbose] [videos]: 184/340 Checking channel Hardware Haven (UCgdTVe88YVSrOZ9qKumhULQ)
2024-11-10T00:13:40.598Z [verbose] [videos]: 185/340 Checking channel TechLinked (UCeeFfhMcJa1kjtfZAGskOCA)
2024-11-10T00:13:40.619Z [verbose] [videos]: 186/340 Checking channel Techquickie (UC0vBXGSyV14uvJ4hECDOl0Q)
2024-11-10T00:13:40.640Z [verbose] [videos]: 187/340 Checking channel Electric Callboy (UCAR30oDTNbJE-Zd2NDg1mTQ)
2024-11-10T00:13:40.659Z [verbose] [videos]: 188/340 Checking channel GameLinked (UCHDxYLv8iovIbhrfl16CNyg)
2024-11-10T00:13:40.679Z [verbose] [videos]: 189/340 Checking channel BeardedTinker (UCuqokNoK8ZFNQdXxvlE129g)
2024-11-10T00:13:40.700Z [verbose] [videos]: 190/340 Checking channel Mr. Volt (UCvOOv9tfBMSzcXnDkgzMufA)
2024-11-10T00:13:40.790Z [verbose] [videos]: 191/340 Checking channel Axolotgames (UCK0_Wks3KCgG54GNnDcVwfA)
2024-11-10T00:13:40.809Z [verbose] [videos]: 192/340 Checking channel Azanor (UCa_IQJ0AluVgAJ3BMZOvZqg)
2024-11-10T00:13:40.828Z [verbose] [videos]: 193/340 Checking channel Bad Lip Reading (UC67f2Qf7FYhtoUIF4Sf29cA)
2024-11-10T00:13:40.869Z [verbose] [videos]: 194/340 Checking channel Battlefield (UCvNBXWGykQrWb7kPAn5eLUQ)
2024-11-10T00:13:40.889Z [verbose] [videos]: 195/340 Checking channel Netti Channel (UCmJy9sk2jlzUTdVhuT1oSXQ)
2024-11-10T00:13:40.906Z [verbose] [videos]: 196/340 Checking channel Neuralink (UCLt4d8cACHzrVvAz9gtaARA)
2024-11-10T00:13:40.925Z [verbose] [videos]: 197/340 Checking channel New Mind (UC5_Y-BKzq1uW_2rexWkUzlA)
2024-11-10T00:13:40.972Z [verbose] [videos]: 198/340 Checking channel Nigel John Stanford (UCPhq7iR65k0gWcraXgLiY1A)
2024-11-10T00:13:40.991Z [verbose] [videos]: 199/340 Checking channel NightHawkInLight (UCFtc3XdXgLFwhlDajMGK69w)
2024-11-10T00:13:41.011Z [verbose] [videos]: 200/340 Checking channel NikolsLife (UCr6ct_6KNoMhiWKtPO7NF6A)
2024-11-10T00:13:41.067Z [verbose] [videos]: 201/340 Checking channel NileBlue (UC1D3yD4wlPMico0dss264XA)
2024-11-10T00:13:41.086Z [verbose] [videos]: 202/340 Checking channel NileRed (UCFhXFikryT4aFcLkLw2LBLA)
2024-11-10T00:13:41.106Z [verbose] [videos]: 203/340 Checking channel No Text To Speech (UCxaaULLk6UCnRl5VKRc7G0A)
2024-11-10T00:13:41.126Z [verbose] [videos]: 204/340 Checking channel Noah Smith Electrocutes Himself (UCsFf9Gz0xp4BPI9pMWSYcPQ)
2024-11-10T00:13:41.167Z [verbose] [videos]: 205/340 Checking channel Noddy (UCUvRs7ZcaRqbHDNxa0QfNAQ)
2024-11-10T00:13:41.184Z [verbose] [videos]: 206/340 Checking channel Nothing (UCuVQmkiETvqmLviDcBtQw4A)
2024-11-10T00:13:41.204Z [verbose] [videos]: 207/340 Checking channel Null Byte (UCgTNupxATBfWmfehv21ym-g)
2024-11-10T00:13:41.223Z [verbose] [videos]: 208/340 Checking channel Of Monsters and Men (UC-hZDis8Dbfk8FotKkOXyQQ)
2024-11-10T00:13:41.242Z [verbose] [videos]: 209/340 Checking channel Official Arctic Monkeys (UC-KTRBl9_6AX10-Y7IKwKdw)
2024-11-10T00:13:41.261Z [verbose] [videos]: 210/340 Checking channel officialpsy (UCrDkAvwZum-UTjHmzDI2iIw)
2024-11-10T00:13:41.280Z [verbose] [videos]: 211/340 Checking channel oHaiiChun (UCcPam6Ricb-rgIkcEjCeCUA)
2024-11-10T00:13:41.299Z [verbose] [videos]: 212/340 Checking channel ONLY in JAPAN * GO (UCDsvL48jluG3tvlyurB4K3g)
2024-11-10T00:13:41.319Z [verbose] [videos]: 213/340 Checking channel ONLY in JAPAN * John Daub (UCDJ_LbyfNiutATmIIJ48HCQ)
2024-11-10T00:13:41.339Z [verbose] [videos]: 214/340 Checking channel Sziget Festival (UCFPuTxN3n9iesF0I6-gyOjA)
2024-11-10T00:13:41.358Z [verbose] [videos]: 215/340 Checking channel Smart Home Junkie (UCVtQ4AOSmCFUuvixddYiSxw)
2024-11-10T00:13:41.379Z [verbose] [videos]: 216/340 Checking channel Awesome Open Source (UCwFpzG5MK5Shg_ncAhrgr9g)
2024-11-10T00:13:41.400Z [verbose] [videos]: 217/340 Checking channel AngeTheGreat (UCV0t1y4h_6-2SqEpXBXgwFQ)
2024-11-10T00:13:41.421Z [verbose] [videos]: 218/340 Checking channel JayzTwoCents (UCkWQ0gDrqOCarmUKmppD7GQ)
2024-11-10T00:13:41.441Z [verbose] [videos]: 219/340 Checking channel Joe Grand (UCqGONXW1ORgz5Y4qK-0JdkQ)
2024-11-10T00:13:41.534Z [verbose] [videos]: 220/340 Checking channel Sauber-Lab UK (UCgqmoFK8KvbCtbxe-AOPzHA)
2024-11-10T00:13:41.577Z [verbose] [videos]: 221/340 Checking channel HassAssistant (UC3K8rmLvBnXbKN67YIXSIzw)
2024-11-10T00:13:41.598Z [verbose] [videos]: 222/340 Checking channel Andreas Spiess (UCu7_D0o48KbfhpEohoP7YSQ)
2024-11-10T00:13:41.622Z [verbose] [videos]: 223/340 Checking channel Simply Smart House (UC0BNSPS1fZVCnv67fzUyegQ)
2024-11-10T00:13:41.640Z [verbose] [videos]: 224/340 Checking channel LEAP (UCWn5EnX4z-ZhKhk-GBZifcQ)
2024-11-10T00:13:41.660Z [verbose] [videos]: 225/340 Checking channel Lukefry (UCFpxI5QnSzMnwNDigbvecZg)
2024-11-10T00:13:41.681Z [verbose] [videos]: 226/340 Checking channel LUNICEKaPERESNICEK (UCmG85h2bIaqCVHZEbUi7vyQ)
2024-11-10T00:13:41.721Z [verbose] [videos]: 227/340 Checking channel Mac Address (UC0KfjyvabuE2J-RBC6ko2Lw)
2024-11-10T00:13:41.741Z [verbose] [videos]: 228/340 Checking channel Machine Thinking (UCfsznjef2zGJnrCRQBXqo6Q)
2024-11-10T00:13:41.759Z [verbose] [videos]: 229/340 Checking channel Macklemore (UCXYRdIXDdeZIf816EWAr5zQ)
2024-11-10T00:13:41.780Z [verbose] [videos]: 230/340 Checking channel Macro Room (UCBLBaTZqjr8-VEjXBnz7tOA)
2024-11-10T00:13:41.800Z [verbose] [videos]: 231/340 Checking channel Mafia Corner (UCvIk1wqOVdjqsBE1-m-p0pA)
2024-11-10T00:13:41.819Z [verbose] [videos]: 232/340 Checking channel Maly Miso (UCUORtXDR8pFwNAXSxjL8Tgw)
2024-11-10T00:13:41.862Z [verbose] [videos]: 233/340 Checking channel Marc Rebillet (UCXgxNzAgZ1GExhTW4X1mUrg)
2024-11-10T00:13:41.922Z [verbose] [videos]: 234/340 Checking channel MarcoStyle (UCQ6_ekp-uPkM0lOuNPVQLFA)
2024-11-10T00:13:41.941Z [verbose] [videos]: 235/340 Checking channel Mark Rober (UCY1kMZp36IQSyNx_9h4mpCg)
2024-11-10T00:13:41.960Z [verbose] [videos]: 236/340 Checking channel Mark Watt Tech (UCQRm_z7seHnGsBiWDNEWr6A)
2024-11-10T00:13:41.981Z [verbose] [videos]: 237/340 Checking channel Markusfilm (UCkz2Ucm39CqmQYZtloBk8fg)
2024-11-10T00:13:42.024Z [verbose] [videos]: 238/340 Checking channel Markéta Bonková (UCMEaVhTZcks9BTpVGsuKfMw)
2024-11-10T00:13:42.040Z [verbose] [videos]: 239/340 Checking channel Marques Brownlee (UCBJycsmduvYEL83R_U4JriQ)
2024-11-10T00:13:42.082Z [verbose] [videos]: 240/340 Checking channel Martin Rota (UCYW3_oKIXba08iJDIl3vlyA)
2024-11-10T00:13:42.100Z [verbose] [videos]: 241/340 Checking channel Martin Solveig (UCL_XuR9jOkgivUmZGaXPEeA)
2024-11-10T00:13:42.120Z [verbose] [videos]: 242/340 Checking channel MARZ (UCKpbi30FGG0sWHr0BpRxyaQ)
2024-11-10T00:13:42.173Z [verbose] [videos]: 243/340 Checking channel MCS Tech (UCrZ3Q0bO1FilIYkn8ahDxSQ)
2024-11-10T00:13:42.189Z [verbose] [videos]: 244/340 Checking channel Normandie (UCgBfn1zjdaTkL_LXWRMtMVQ)
2024-11-10T00:13:42.209Z [verbose] [videos]: 245/340 Checking channel SunShine (UCTQTUIRPwj1_aklbrfwzASQ)
2024-11-10T00:13:42.229Z [verbose] [videos]: 246/340 Checking channel Android Infosec (UCg08SXtXlfADk4yAODpShfQ)
2024-11-10T00:13:42.248Z [verbose] [videos]: 247/340 Checking channel ALEX LAB (UCEVelHmwuCqyje6YTAP2UIA)
2024-11-10T00:13:42.268Z [verbose] [videos]: 248/340 Checking channel Emily The Engineer (UC_4YBM08hcpJqLl3vvgTqXg)
2024-11-10T00:13:42.288Z [verbose] [videos]: 249/340 Checking channel Boranium Art (UC_mQ-WjsFw4yDLmiNrcnUYA)
2024-11-10T00:13:42.308Z [verbose] [videos]: 250/340 Checking channel FutureProofHomes (UCP9HhHCaFGLX85D51Z-rgiA)
2024-11-10T00:13:42.349Z [verbose] [videos]: 251/340 Checking channel Home Tech (UCZURNaPoPMTgXkj73lMrYhQ)
2024-11-10T00:13:42.368Z [verbose] [videos]: 252/340 Checking channel Tech Tutorials - David McKone (UCNrXJt8B931zF7nDC_rM85A)
2024-11-10T00:13:42.388Z [verbose] [videos]: 253/340 Checking channel ExplainingComputers (UCbiGcwDWZjz05njNPrJU7jA)
2024-11-10T00:13:42.408Z [verbose] [videos]: 254/340 Checking channel SAMURAI JUNJIRO Channel (UCKJa0vhrH5mZrjAjyT67NRQ)
2024-11-10T00:13:42.430Z [verbose] [videos]: 255/340 Checking channel Bennett Stirton (UCVchHhgmxsrZpQjrc8B3l2Q)
2024-11-10T00:13:42.448Z [verbose] [videos]: 256/340 Checking channel Jimmy Landry (UCuALSdLlrBnajmqwxAdAtMA)
2024-11-10T00:13:42.465Z [verbose] [videos]: 257/340 Checking channel HarbLife (UCxYZbbPwnwlcy2n7CnTvWOw)
2024-11-10T00:13:42.486Z [verbose] [videos]: 258/340 Checking channel mobile hacker (UCHQ9iSwsOPU_Bu4fSVZKYTQ)
2024-11-10T00:13:42.502Z [verbose] [videos]: 259/340 Checking channel Max Fosh (UCb31gOY6OD8ES0zP8M0GhAw)
2024-11-10T00:13:42.521Z [verbose] [videos]: 260/340 Checking channel Figure (UCYlq-KmwPjc1DtsGmthFqSQ)
2024-11-10T00:13:42.538Z [verbose] [videos]: 261/340 Checking channel Home Assistant Tips By Larry (UCP2rrUXCh-W53xMyfYfhgWQ)
2024-11-10T00:13:42.559Z [verbose] [videos]: 262/340 Checking channel FIXD I Repair (UCoBTIuhduIoXk3x81trUnzQ)
2024-11-10T00:13:42.614Z [verbose] [videos]: 263/340 Checking channel FlyTech Videos (UCEaEuLUvy4Y1DqpxiDvnxeQ)
2024-11-10T00:13:42.634Z [verbose] [videos]: 264/340 Checking channel Frog Leap Studios (UC98tcedR6gULv8_b70WJKyw)
2024-11-10T00:13:42.654Z [verbose] [videos]: 265/340 Checking channel Apple (UCE_M8A5yxnLfW0KghEeajjw)
2024-11-10T00:13:42.673Z [verbose] [videos]: 266/340 Checking channel Jovinečko (UC4-N5-0TP3TJnmJ3wfvrmOw)
2024-11-10T00:13:42.692Z [verbose] [videos]: 267/340 Checking channel OpenAI (UCXZCJLdBC09xxGZ6gcdrc6A)
2024-11-10T00:13:42.713Z [verbose] [videos]: 268/340 Checking channel Make It Work (UCGoreZKPBtCXCf54F3DF4ug)
2024-11-10T00:13:42.735Z [verbose] [videos]: 269/340 Checking channel Stranger Parts (UCpDy_c0Wwcxxm1abKECH8zA)
2024-11-10T00:13:42.754Z [verbose] [videos]: 270/340 Checking channel Novaspirit Tech (UCrjKdwxaQMSV_NDywgKXVmw)
2024-11-10T00:13:42.774Z [verbose] [videos]: 271/340 Checking channel HowToMen (UCqjVP9gAanUGFgTA5BRDvyA)
2024-11-10T00:13:42.794Z [verbose] [videos]: 272/340 Checking channel I am Jakoby (UCQUz2mC5Regc63XRWEqD9FA)
2024-11-10T00:13:42.812Z [verbose] [videos]: 273/340 Checking channel I Build Stuff (UCvPX16dsLkRAzvGZKFiOl2Q)
2024-11-10T00:13:42.831Z [verbose] [videos]: 274/340 Checking channel I did a thing (UCJLZe_NoiG0hT7QCX_9vmqw)
2024-11-10T00:13:42.851Z [verbose] [videos]: 275/340 Checking channel IBRACORP (UC7aW7chIafJG6ECYAd3N5uQ)
2024-11-10T00:13:42.870Z [verbose] [videos]: 276/340 Checking channel iCrackUriDevice (UCwiIs5V6-zX8xaYgwhRhsHQ)
2024-11-10T00:13:42.890Z [verbose] [videos]: 277/340 Checking channel IdeaSpot (UC-jn4QgSxr77aUEX9RX1jbA)
2024-11-10T00:13:42.909Z [verbose] [videos]: 278/340 Checking channel ImagineDragons (UCT9zcQNlyht7fRlcjmflRSA)
2024-11-10T00:13:42.929Z [verbose] [videos]: 279/340 Checking channel ImKibitz (UCz9qw5nupdzCGwHwQiqs7qA)
2024-11-10T00:13:42.948Z [verbose] [videos]: 280/340 Checking channel Immersive Home (UCwuHUotb8UHg4QixeF9560w)
2024-11-10T00:13:42.965Z [verbose] [videos]: 281/340 Checking channel Inaka Adventure (UCl3ASpnhzhnn6bOi7ZqFWxg)
2024-11-10T00:13:42.984Z [verbose] [videos]: 282/340 Checking channel Inkbox (UCBciYThS5hOiuQ4aOxw4hHg)
2024-11-10T00:13:43.035Z [verbose] [videos]: 283/340 Checking channel Integza (UC2avWDLN1EI3r1RZ_dlSxCw)
2024-11-10T00:13:43.055Z [verbose] [videos]: 284/340 Checking channel Ivan Miranda (UCF3cDM_hQMtIEJvEW1BZugg)
2024-11-10T00:13:43.127Z [verbose] [videos]: 285/340 Checking channel Jace Varlet (UCA6NjTkepBzjpmUZogUrl4Q)
2024-11-10T00:13:43.147Z [verbose] [videos]: 286/340 Checking channel jackfrags (UCw7FkXsC00lH2v2yB5LQoYA)
2024-11-10T00:13:43.167Z [verbose] [videos]: 287/340 Checking channel Let's Game It Out (UCto7D1L-MiRoOziCXK9uT5Q)
2024-11-10T00:13:43.189Z [verbose] [videos]: 288/340 Checking channel Lexie Limitless (UCWoEpiHaC7LOQhaHFT8Rx7A)
2024-11-10T00:13:43.271Z [verbose] [videos]: 289/340 Checking channel Linkin Park (UCZU9T1ceaOgwfLRq7OKFU4Q)
2024-11-10T00:13:43.313Z [verbose] [videos]: 290/340 Checking channel Linus Tech Tips (UCXuqSBlHAE6Xw-yeJA0Tunw)
2024-11-10T00:13:43.334Z [verbose] [videos]: 291/340 Checking channel Little Big (UCu7TZ_ATWgjgD9IrNLdnYDA)
2024-11-10T00:13:43.376Z [verbose] [videos]: 292/340 Checking channel LMFAOVEVO (UCk78ZcA6kflEvBR0UrGDH0Q)
2024-11-10T00:13:43.437Z [verbose] [videos]: 293/340 Checking channel LockPickingLawyer (UCm9K6rby98W8JigLoZOh6FQ)
2024-11-10T00:13:43.457Z [verbose] [videos]: 294/340 Checking channel LOVESTREAM Festival (UCD2H-q5ei98xC_jFLB2dUUQ)
2024-11-10T00:13:43.477Z [verbose] [videos]: 295/340 Checking channel Low Level Learning (UC6biysICWOJ-C3P4Tyeggzg)
2024-11-10T00:13:43.496Z [verbose] [videos]: 296/340 Checking channel PPPeter (UCnHEz9DZ6EAof1-DaQGD_Xw)
2024-11-10T00:13:43.515Z [verbose] [videos]: 297/340 Checking channel PPPíter (UCu4lx1klxwUO9oCzs2vDBhw)
2024-11-10T00:13:43.559Z [verbose] [videos]: 298/340 Checking channel Practical Engineering (UCMOqf8ab-42UUQIdVoKwjlQ)
2024-11-10T00:13:43.579Z [verbose] [videos]: 299/340 Checking channel Premi Madlife (UCfJMTSu26gWYYYiwxWgYwbA)
2024-11-10T00:13:43.596Z [verbose] [videos]: 300/340 Checking channel PricelessToolkit (UCz75N6inuLHXnRC5tqagNLw)
2024-11-10T00:13:43.619Z [verbose] [videos]: 301/340 Checking channel Pro Home Cooks (UCzH5n3Ih5kgQoiDAQt2FwLw)
2024-11-10T00:13:43.672Z [verbose] [videos]: 302/340 Checking channel Profesia.sk (UCdP6dhPc7zSRnpVe8m4cCPg)
2024-11-10T00:13:43.692Z [verbose] [videos]: 303/340 Checking channel Programmers are also human (UCi8C7TNs2ohrc6hnRQ5Sn2w)
2024-11-10T00:13:43.712Z [verbose] [videos]: 304/340 Checking channel Proxmox (UCG8gozAhzORUdfEQMuz_HjQ)
2024-11-10T00:13:43.763Z [verbose] [videos]: 305/340 Checking channel Rainway (UCHxEzgQ2rEuf6Xa29azjPZg)
2024-11-10T00:13:43.782Z [verbose] [videos]: 306/340 Checking channel randomfrankp (UChnN9MPURwKV2PbEoT2vhTQ)
2024-11-10T00:13:43.802Z [verbose] [videos]: 307/340 Checking channel Framework (UCDiKw3GnFIwyNJBzhCoRI-Q)
2024-11-10T00:13:43.821Z [verbose] [videos]: 308/340 Checking channel Matthias random stuff (UC3_AWXcf2K3l9ILVuQe-XwQ)
2024-11-10T00:13:43.865Z [verbose] [videos]: 309/340 Checking channel Connor Creates (UCDSUFfZ6JLPrBsmZugfSqvQ)
2024-11-10T00:13:43.884Z [verbose] [videos]: 310/340 Checking channel Dev Detour (UCXSFnQc5niQR7jHMf0U7aQA)
2024-11-10T00:13:43.902Z [verbose] [videos]: 311/340 Checking channel digiblur DIY (UC5ZdPKE2ckcBhljTc2R_qNA)
2024-11-10T00:13:43.923Z [verbose] [videos]: 312/340 Checking channel direwolf20 (UC_ViSsVg_3JUDyLS3E2Un5g)
2024-11-10T00:13:43.944Z [verbose] [videos]: 313/340 Checking channel Discord (UCZ5XnGb-3t7jCkXdawN2tkA)
2024-11-10T00:13:43.964Z [verbose] [videos]: 314/340 Checking channel Atomic Frontier (UCbCq5Y0WPGimG2jNXhoQxGw)
2024-11-10T00:13:43.983Z [verbose] [videos]: 315/340 Checking channel Techno Tim Tinkers (UCZKdfneLKfx7kp64a8Ks2Yg)
2024-11-10T00:13:44.067Z [verbose] [videos]: 316/340 Checking channel MRP (UCQMC5RAva8Wzwv_GS9jTpJw)
2024-11-10T00:13:44.111Z [verbose] [videos]: 317/340 Checking channel Mellow_Labs (UCB2hQrqMYAmck2V5mvxfeIA)
2024-11-10T00:13:44.130Z [verbose] [videos]: 318/340 Checking channel Mike Tholfsen (UC2dSE9W3lGYbFi_CPmVtA-A)
2024-11-10T00:13:44.150Z [verbose] [videos]: 319/340 Checking channel Technithusiast (UCN4_NYvCU-tvIG3F1QSVdSw)
2024-11-10T00:13:44.198Z [verbose] [videos]: 320/340 Checking channel Prusa 3D (UCLHAxAdvAKJY0niRJZRYMvg)
2024-11-10T00:13:44.217Z [verbose] [videos]: 321/340 Checking channel Jim's Garage (UCUUTdohVElFLSP4NBnlPEwA)
2024-11-10T00:13:44.267Z [verbose] [videos]: 322/340 Checking channel The Home Automation Project (UCOEpoHmnYxqFgQ5bcg6EEcA)
2024-11-10T00:13:44.287Z [verbose] [videos]: 323/340 Checking channel Steam (UChmZ6QbxgHlmX3ISIHxIpQQ)
2024-11-10T00:13:44.351Z [verbose] [videos]: 324/340 Checking channel SmartHomeBeginner (UCRNslbwLLvFWzTolVCBgXYA)
2024-11-10T00:13:44.372Z [verbose] [videos]: 325/340 Checking channel fern (UCODHrzPMGbNv67e84WDZhQQ)
2024-11-10T00:13:44.393Z [verbose] [videos]: 326/340 Checking channel Barnso (UCK9WBLVJwLkX8GiUaMsm3_g)
2024-11-10T00:13:44.411Z [verbose] [videos]: 327/340 Checking channel Backwood (UCapPaBqUcoBtFDxDDpMaP5A)
2024-11-10T00:13:44.428Z [verbose] [videos]: 328/340 Checking channel Mike Okay (UCpp3cHR9TWVyXqL1AVw4XkA)
2024-11-10T00:13:44.446Z [verbose] [videos]: 329/340 Checking channel Severské denníky (UClvCa4nByPYiLqjosAS4PUg)
2024-11-10T00:13:44.463Z [verbose] [videos]: 330/340 Checking channel Rich Langner - Electronics (UCCv3Wl5Sfc7C5BL5xO4WJkg)
2024-11-10T00:13:44.482Z [verbose] [videos]: 331/340 Checking channel Hands On Katie (UCLqQ5m7AXj_oyUvLZPsts0Q)
2024-11-10T00:13:44.503Z [verbose] [videos]: 332/340 Checking channel selfhst (UC4po5aRPm5K3qBk-kw8aaDw)
2024-11-10T00:13:44.520Z [verbose] [videos]: 333/340 Checking channel Posy (UCmEmX_jw_pRp5UbAdzkZq-g)
2024-11-10T00:13:44.540Z [verbose] [videos]: 334/340 Checking channel GeekBoy (UCiYYrqaZBdyiJVM-TrFmNKw)
2024-11-10T00:13:44.561Z [verbose] [videos]: 335/340 Checking channel GeekBoy - Extra (UC1ZSEYNRh8z--VVJlsPaQag)
2024-11-10T00:13:44.581Z [verbose] [videos]: 336/340 Checking channel Bryce Bostwick (UCvW5ZYoNR2fkn0xkanZKdWA)
2024-11-10T00:13:44.598Z [verbose] [videos]: 337/340 Checking channel CNC Kitchen (UCiczXOhGpvoQGhOL16EZiTg)
2024-11-10T00:13:44.619Z [verbose] [videos]: 338/340 Checking channel Epic Spaceman (UClYDoTmBdnafBCHhnUCqvtw)
2024-11-10T00:13:44.639Z [verbose] [videos]: 339/340 Checking channel Morley Kert (UCbtEd1MuY6gd2RpdWqkzXFw)
2024-11-10T00:13:44.708Z [info] [videos]: Finished checking for new videos

@MarcelRobitaille
Copy link
Owner

Thanks for doing those tests. That narrows it down to a problem with the subscriptions. I will have a look.

How did you install the latest version? That might have something to do with what you saw. Did you do git pull && npm install --production?

@MarcelRobitaille
Copy link
Owner

You're right. ts-node was a devDependency when it should be a dependency

@NightMean
Copy link
Author

How did you install the latest version? That might have something to do with what you saw. Did you do git pull && npm install --production?

I followed the instructions in README exactly but you've already found the root cause :)

@MarcelRobitaille
Copy link
Owner

MarcelRobitaille commented Nov 10, 2024

Since you are downloading through git, could you please try the branch issue_19? That will save me from making a lot of releases just to add some logging to troubleshoot your issue.

git fetch origin issue_19:issue_19
git checkout issue_19
git pull
npm run start

@NightMean
Copy link
Author

NightMean commented Nov 10, 2024

Sure. By using that branch, to my eye there isn't anything special in the logs.

Logs_branch_19_second_run.txt

What I noticed however when I run the branch first time is that the script removed channel The HU from the subscriptions however it was still in the config.json and I didn't remove it as you can see in the second run log. The channel ID is UCs6vRDdkZ8bP8Xt6WHbvrwA and I'm still subscribed to it on Youtube. Unfortunately I didn't manage to save the log from the start but I don't think that is an issue.

Logs_branch_19_first_run.txt

@MarcelRobitaille
Copy link
Owner

2024-11-10T11:41:15.790Z [�[36mverbose�[39m] [iterator]: Got page of data {
    "resultsPerPage": 50,
    "totalResults": 984,
    "itemsSeen": 984,
    "currentPageToken": "CLYHEAA"
}

According to this, everything is working perfectly. The YouTube API thinks you are subscribed to 984 channels and it gave data for 984 channels.

@NightMean
Copy link
Author

NightMean commented Nov 10, 2024

That's very strange, I've just checked this in the Google Dashboard and I'm subbed to 1169 channels. Could this be some kind of Youtube API limitation..?

I also just reauthorized my token but the amount of subs in the logs is the same.

@MarcelRobitaille
Copy link
Owner

Seems like it could be this bug: https://issuetracker.google.com/issues/35171641

My experience with Google APIs is that they are riddled with bugs that are never fixed. The above bug is from 2013, which definitely reinforces that.

Thinking about it, if you use a whitelist, there is no need to query YouTube to get your subscriptions. It would mean a second code path that I have to maintain, but if Google can't fix their shit, then such a workaround would at least solve your problem. Unfortunately, this only works for people using the whitelist.

@NightMean
Copy link
Author

Seems like it could be this bug: https://issuetracker.google.com/issues/35171641

Yeah, that sounds about right..

Thinking about it, if you use a whitelist, there is no need to query YouTube to get your subscriptions. It would mean a second code path that I have to maintain, but if Google can't fix their shit, then such a workaround would at least solve your problem. Unfortunately, this only works for people using the whitelist.

I was thinking about the same. As I filter my subscriptions to bbyen only from the All subscriptions (as discussed in #6), I do not think I have any other than to use the whitelist feature.
This "workaround" feature was also requested a while ago in #17 and I'm doing pretty much the same thing. Seems like this is required for "power users" haha :)

MarcelRobitaille added a commit that referenced this issue Nov 10, 2024
@MarcelRobitaille
Copy link
Owner

I implemented this and pushed it to issue_19.

When I tried it with your whitelist, I got 6 channels that could not be found (possibly the channel was deleted), but 405 successfully added to the database.

Logs

2024-11-10T14:37:30.872Z [info] [subscriptions]: 1/411 New subscription: Aaron
2024-11-10T14:37:30.875Z [info] [subscriptions]: 2/411 New subscription: AeroMobil
2024-11-10T14:37:30.878Z [info] [subscriptions]: 3/411 New subscription: Aik & Johanka
2024-11-10T14:37:30.881Z [info] [subscriptions]: 4/411 New subscription: Alalya
2024-11-10T14:37:30.883Z [info] [subscriptions]: 5/411 New subscription: Alex
2024-11-10T14:37:30.885Z [info] [subscriptions]: 6/411 New subscription: AlgorithmX2
2024-11-10T14:37:30.888Z [info] [subscriptions]: 7/411 New subscription: Android Authority
2024-11-10T14:37:30.891Z [info] [subscriptions]: 8/411 New subscription: ASUS Česko & Slovensko
2024-11-10T14:37:30.893Z [info] [subscriptions]: 9/411 New subscription: Martin Malý - AtiShow
2024-11-10T14:37:30.895Z [info] [subscriptions]: 10/411 New subscription: Autoškola Aura
2024-11-10T14:37:30.898Z [info] [subscriptions]: 11/411 New subscription: Axolotgames
2024-11-10T14:37:30.900Z [info] [subscriptions]: 12/411 New subscription: Azanor
2024-11-10T14:37:30.902Z [info] [subscriptions]: 13/411 New subscription: Bad Lip Reading
2024-11-10T14:37:30.904Z [info] [subscriptions]: 14/411 New subscription: Battlefield
2024-11-10T14:37:30.907Z [info] [subscriptions]: 15/411 New subscription: Bitwit
2024-11-10T14:37:30.909Z [info] [subscriptions]: 16/411 New subscription: Markéta Bonková
2024-11-10T14:37:30.912Z [info] [subscriptions]: 17/411 New subscription: Boot Sequence
2024-11-10T14:37:30.914Z [info] [subscriptions]: 18/411 New subscription: Boston Dynamics
2024-11-10T14:37:30.917Z [info] [subscriptions]: 19/411 New subscription: Bring Me The Horizon
2024-11-10T14:37:30.919Z [info] [subscriptions]: 20/411 New subscription: Buttpluggin' With qDot
2024-11-10T14:37:30.921Z [info] [subscriptions]: 21/411 New subscription: Byte My Bits
2024-11-10T14:37:30.924Z [info] [subscriptions]: 22/411 New subscription: Bára Votíková
2024-11-10T14:37:30.926Z [info] [subscriptions]: 23/411 New subscription: Calvin Harris
2024-11-10T14:37:30.928Z [info] [subscriptions]: 24/411 New subscription: Channel Super Fun
2024-11-10T14:37:30.931Z [info] [subscriptions]: 25/411 New subscription: ChrisFix
2024-11-10T14:37:30.933Z [info] [subscriptions]: 26/411 New subscription: Chris Titus Tech
2024-11-10T14:37:30.936Z [info] [subscriptions]: 27/411 New subscription: RA
2024-11-10T14:37:30.938Z [info] [subscriptions]: 28/411 New subscription: colinfurze
2024-11-10T14:37:30.941Z [info] [subscriptions]: 29/411 New subscription: Corbin Davenport
2024-11-10T14:37:30.943Z [info] [subscriptions]: 30/411 New subscription: CORSAIR
2024-11-10T14:37:30.945Z [info] [subscriptions]: 31/411 New subscription: Cr0w's Place
2024-11-10T14:37:30.948Z [info] [subscriptions]: 32/411 New subscription: Cuberates
2024-11-10T14:37:30.951Z [info] [subscriptions]: 33/411 New subscription: Cyberpunk 2077
2024-11-10T14:37:30.953Z [info] [subscriptions]: 34/411 New subscription: Daily Dose Of Internet
2024-11-10T14:37:30.955Z [info] [subscriptions]: 35/411 New subscription: Daniel Kim
2024-11-10T14:37:30.958Z [info] [subscriptions]: 36/411 New subscription: Dave Bennett
2024-11-10T14:37:30.961Z [info] [subscriptions]: 37/411 New subscription: DemmSec
2024-11-10T14:37:30.963Z [info] [subscriptions]: 38/411 New subscription: direwolf20
2024-11-10T14:37:30.965Z [info] [subscriptions]: 39/411 New subscription: Discord
2024-11-10T14:37:30.968Z [info] [subscriptions]: 40/411 New subscription: DIY Perks
2024-11-10T14:37:30.971Z [info] [subscriptions]: 41/411 New subscription: DIY Perks 2
2024-11-10T14:37:30.972Z [info] [subscriptions]: 42/411 New subscription: Duncan Sinfield
2024-11-10T14:37:30.975Z [info] [subscriptions]: 43/411 New subscription: ElectroBOOM
2024-11-10T14:37:30.977Z [info] [subscriptions]: 44/411 New subscription: ElectroCUTE
2024-11-10T14:37:30.980Z [info] [subscriptions]: 45/411 New subscription: EMEFKA
2024-11-10T14:37:30.982Z [info] [subscriptions]: 46/411 New subscription: Emojipedia
2024-11-10T14:37:30.984Z [info] [subscriptions]: 47/411 New subscription: EposVox
2024-11-10T14:37:30.987Z [info] [subscriptions]: 48/411 New subscription: EverythingApplePro E A P
2024-11-10T14:37:30.989Z [info] [subscriptions]: 49/411 New subscription: FIXD I Repair
2024-11-10T14:37:30.991Z [info] [subscriptions]: 50/411 New subscription: FlyTech Videos
2024-11-10T14:37:30.993Z [info] [subscriptions]: 51/411 New subscription: Gadget Hacks
2024-11-10T14:37:30.996Z [info] [subscriptions]: 52/411 New subscription: Gameballcz
2024-11-10T14:37:30.998Z [info] [subscriptions]: 53/411 New subscription: Game of Roms
2024-11-10T14:37:31.001Z [info] [subscriptions]: 54/411 New subscription: Gary Explains
2024-11-10T14:37:31.003Z [info] [subscriptions]: 55/411 New subscription: geohot
2024-11-10T14:37:31.005Z [info] [subscriptions]: 56/411 New subscription: Glytch
2024-11-10T14:37:31.008Z [info] [subscriptions]: 57/411 New subscription: GoGoManTV
2024-11-10T14:37:31.011Z [info] [subscriptions]: 58/411 New subscription: Google
2024-11-10T14:37:31.013Z [info] [subscriptions]: 59/411 New subscription: GreatScott!
2024-11-10T14:37:31.015Z [info] [subscriptions]: 60/411 New subscription: GreatScott!2
2024-11-10T14:37:31.018Z [info] [subscriptions]: 61/411 New subscription: GuyKnownAsErik
2024-11-10T14:37:31.020Z [info] [subscriptions]: 62/411 New subscription: Hak5
2024-11-10T14:37:31.022Z [info] [subscriptions]: 63/411 New subscription: Hardware Canucks
2024-11-10T14:37:31.024Z [info] [subscriptions]: 64/411 New subscription: Henrik Widegren
2024-11-10T14:37:31.027Z [info] [subscriptions]: 65/411 New subscription: HigaTV
2024-11-10T14:37:31.029Z [info] [subscriptions]: 66/411 New subscription: Household Hacker
2024-11-10T14:37:31.031Z [info] [subscriptions]: 67/411 New subscription: iCrackUriDevice
2024-11-10T14:37:31.034Z [info] [subscriptions]: 68/411 New subscription: ImagineDragons
2024-11-10T14:37:31.036Z [info] [subscriptions]: 69/411 New subscription: jackfrags
2024-11-10T14:37:31.038Z [warn] [subscriptions]: Could not find channel ID UC64x_rKHxY113KMWmprLBPA in channelDetails. Skipping.
2024-11-10T14:37:31.038Z [info] [subscriptions]: 71/411 New subscription: JayzTwoCents
2024-11-10T14:37:31.041Z [info] [subscriptions]: 72/411 New subscription: JdemeŽrát
2024-11-10T14:37:31.043Z [warn] [subscriptions]: Could not find channel ID UCegEbxS54ee3fh19N56cG2A in channelDetails. Skipping.
2024-11-10T14:37:31.043Z [info] [subscriptions]: 74/411 New subscription: JerryRigEverything
2024-11-10T14:37:31.045Z [info] [subscriptions]: 75/411 New subscription: Jim Browning
2024-11-10T14:37:31.048Z [info] [subscriptions]: 76/411 New subscription: Joshua Weissman
2024-11-10T14:37:31.051Z [info] [subscriptions]: 77/411 New subscription: Just Cause
2024-11-10T14:37:31.053Z [info] [subscriptions]: 78/411 New subscription: Kazma Kazmitch
2024-11-10T14:37:31.056Z [info] [subscriptions]: 79/411 New subscription: KILLERWHALE GAMES
2024-11-10T14:37:31.058Z [info] [subscriptions]: 80/411 New subscription: Kovy
2024-11-10T14:37:31.061Z [warn] [subscriptions]: Could not find channel ID UCMyjkQ-xARj9cX773G2Nxvg in channelDetails. Skipping.
2024-11-10T14:37:31.061Z [info] [subscriptions]: 82/411 New subscription: Kurzgesagt – In a Nutshell
2024-11-10T14:37:31.062Z [info] [subscriptions]: 83/411 New subscription: Linkin Park
2024-11-10T14:37:31.065Z [info] [subscriptions]: 84/411 New subscription: Linus Tech Tips
2024-11-10T14:37:31.070Z [info] [subscriptions]: 85/411 New subscription: Little Big
2024-11-10T14:37:31.072Z [info] [subscriptions]: 86/411 New subscription: LMFAOVEVO
2024-11-10T14:37:31.075Z [info] [subscriptions]: 87/411 New subscription: Lucas Builds The Future
2024-11-10T14:37:31.077Z [info] [subscriptions]: 88/411 New subscription: Lukefry
2024-11-10T14:37:31.080Z [info] [subscriptions]: 89/411 New subscription: LUNICEKaPERESNICEK
2024-11-10T14:37:31.082Z [info] [subscriptions]: 90/411 New subscription: Machine Thinking
2024-11-10T14:37:31.085Z [info] [subscriptions]: 91/411 New subscription: Macklemore
2024-11-10T14:37:31.087Z [info] [subscriptions]: 92/411 New subscription: Macro Room
2024-11-10T14:37:31.089Z [info] [subscriptions]: 93/411 New subscription: Mafia Corner
2024-11-10T14:37:31.091Z [info] [subscriptions]: 94/411 New subscription: Maly Miso
2024-11-10T14:37:31.094Z [info] [subscriptions]: 95/411 New subscription: MarcoStyle
2024-11-10T14:37:31.096Z [info] [subscriptions]: 96/411 New subscription: Mark Rober
2024-11-10T14:37:31.098Z [info] [subscriptions]: 97/411 New subscription: Markusfilm
2024-11-10T14:37:31.101Z [info] [subscriptions]: 98/411 New subscription: Marques Brownlee
2024-11-10T14:37:31.103Z [info] [subscriptions]: 99/411 New subscription: Martin Rota
2024-11-10T14:37:31.105Z [info] [subscriptions]: 100/411 New subscription: Martin Solveig
2024-11-10T14:37:31.108Z [info] [subscriptions]: 101/411 New subscription: MARZ
2024-11-10T14:37:31.111Z [info] [subscriptions]: 102/411 New subscription: MCS Tech
2024-11-10T14:37:31.113Z [info] [subscriptions]: 103/411 New subscription: Mehditation
2024-11-10T14:37:31.115Z [info] [subscriptions]: 104/411 New subscription: Memebnb
2024-11-10T14:37:31.118Z [info] [subscriptions]: 105/411 New subscription: menameselassie
2024-11-10T14:37:31.121Z [info] [subscriptions]: 106/411 New subscription: MenT
2024-11-10T14:37:31.123Z [info] [subscriptions]: 107/411 New subscription: MENTSGARAGE
2024-11-10T14:37:31.125Z [info] [subscriptions]: 108/411 New subscription: Michael Reeves
2024-11-10T14:37:31.128Z [info] [subscriptions]: 109/411 New subscription: Michal Orsava
2024-11-10T14:37:31.130Z [info] [subscriptions]: 110/411 New subscription: Microsoft HoloLens
2024-11-10T14:37:31.132Z [info] [subscriptions]: 111/411 New subscription: Minecraft
2024-11-10T14:37:31.135Z [info] [subscriptions]: 112/411 New subscription: MojWindows.sk
2024-11-10T14:37:31.138Z [info] [subscriptions]: 113/411 New subscription: MS Tech
2024-11-10T14:37:31.141Z [info] [subscriptions]: 114/411 New subscription: Music For Everyone
2024-11-10T14:37:31.143Z [info] [subscriptions]: 115/411 New subscription: MôjAndroid
2024-11-10T14:37:31.145Z [info] [subscriptions]: 116/411 New subscription: Naked Bananas
2024-11-10T14:37:31.148Z [info] [subscriptions]: 117/411 New subscription: NaprostoRetardovany
2024-11-10T14:37:31.151Z [info] [subscriptions]: 118/411 New subscription: NargonCZ
2024-11-10T14:37:31.153Z [info] [subscriptions]: 119/411 New subscription: Navin Khambhala #crazyNK
2024-11-10T14:37:31.155Z [info] [subscriptions]: 120/411 New subscription: Netti Channel
2024-11-10T14:37:31.158Z [info] [subscriptions]: 121/411 New subscription: New Mind
2024-11-10T14:37:31.161Z [info] [subscriptions]: 122/411 New subscription: Nigel John Stanford
2024-11-10T14:37:31.163Z [info] [subscriptions]: 123/411 New subscription: NightHawkInLight
2024-11-10T14:37:31.165Z [info] [subscriptions]: 124/411 New subscription: NikolsLife
2024-11-10T14:37:31.173Z [info] [subscriptions]: 125/411 New subscription: NileRed
2024-11-10T14:37:31.175Z [info] [subscriptions]: 126/411 New subscription: Noddy
2024-11-10T14:37:31.178Z [info] [subscriptions]: 127/411 New subscription: Official Arctic Monkeys
2024-11-10T14:37:31.180Z [info] [subscriptions]: 128/411 New subscription: officialpsy
2024-11-10T14:37:31.182Z [info] [subscriptions]: 129/411 New subscription: Of Monsters and Men
2024-11-10T14:37:31.185Z [info] [subscriptions]: 130/411 New subscription: oHaiiChun
2024-11-10T14:37:31.187Z [info] [subscriptions]: 131/411 New subscription: OnePlus
2024-11-10T14:37:31.190Z [info] [subscriptions]: 132/411 New subscription: OwlGaming
2024-11-10T14:37:31.192Z [info] [subscriptions]: 133/411 New subscription: PencilTestStudios
2024-11-10T14:37:31.195Z [info] [subscriptions]: 134/411 New subscription: PeterLife
2024-11-10T14:37:31.198Z [info] [subscriptions]: 135/411 New subscription: Pheggas
2024-11-10T14:37:31.200Z [info] [subscriptions]: 136/411 New subscription: Philipp
2024-11-10T14:37:31.202Z [info] [subscriptions]: 137/411 New subscription: Photonicinduction
2024-11-10T14:37:31.204Z [info] [subscriptions]: 138/411 New subscription: PixelTail Games
2024-11-10T14:37:31.207Z [info] [subscriptions]: 139/411 New subscription: Plex
2024-11-10T14:37:31.209Z [info] [subscriptions]: 140/411 New subscription: PPPeter
2024-11-10T14:37:31.212Z [info] [subscriptions]: 141/411 New subscription: PPPíter
2024-11-10T14:37:31.214Z [info] [subscriptions]: 142/411 New subscription: Premi Madlife
2024-11-10T14:37:31.217Z [info] [subscriptions]: 143/411 New subscription: Snapdragon
2024-11-10T14:37:31.219Z [info] [subscriptions]: 144/411 New subscription: Rainway
2024-11-10T14:37:31.221Z [info] [subscriptions]: 145/411 New subscription: randomfrankp
2024-11-10T14:37:31.224Z [info] [subscriptions]: 146/411 New subscription: REconnect
2024-11-10T14:37:31.227Z [info] [subscriptions]: 147/411 New subscription: Redfoo
2024-11-10T14:37:31.229Z [info] [subscriptions]: 148/411 New subscription: Red Hot Chili Peppers
2024-11-10T14:37:31.231Z [info] [subscriptions]: 149/411 New subscription: Rich Rebuilds
2024-11-10T14:37:31.234Z [info] [subscriptions]: 150/411 New subscription: RikkoSK
2024-11-10T14:37:31.237Z [info] [subscriptions]: 151/411 New subscription: Rockstar Games
2024-11-10T14:37:31.238Z [warn] [subscriptions]: Could not find channel ID UCbaBba_E_D5wuLuaouEWvyQ in channelDetails. Skipping.
2024-11-10T14:37:31.239Z [info] [subscriptions]: 153/411 New subscription: RTHWLDN
2024-11-10T14:37:31.241Z [info] [subscriptions]: 154/411 New subscription: SalC1
2024-11-10T14:37:31.244Z [info] [subscriptions]: 155/411 New subscription: samy kamkar
2024-11-10T14:37:31.246Z [info] [subscriptions]: 156/411 New subscription: ScriptKid
2024-11-10T14:37:31.249Z [info] [subscriptions]: 157/411 New subscription: SecurityFWD
2024-11-10T14:37:31.252Z [info] [subscriptions]: 158/411 New subscription: Seytonic
2024-11-10T14:37:31.254Z [info] [subscriptions]: 159/411 New subscription: ShortCircuit
2024-11-10T14:37:31.257Z [info] [subscriptions]: 160/411 New subscription: ShotGunRaids
2024-11-10T14:37:31.259Z [info] [subscriptions]: 161/411 New subscription: Shy Chickens
2024-11-10T14:37:31.261Z [info] [subscriptions]: 162/411 New subscription: ShyChickensExtra
2024-11-10T14:37:31.263Z [info] [subscriptions]: 163/411 New subscription: Simon Pierro
2024-11-10T14:37:31.266Z [info] [subscriptions]: 164/411 New subscription: Skrillex
2024-11-10T14:37:31.268Z [info] [subscriptions]: 165/411 New subscription: Slow Mo Lab
2024-11-10T14:37:31.271Z [info] [subscriptions]: 166/411 New subscription: Smusa
2024-11-10T14:37:31.273Z [info] [subscriptions]: 167/411 New subscription: SmusaVlogs
2024-11-10T14:37:31.275Z [info] [subscriptions]: 168/411 New subscription: Soaryn
2024-11-10T14:37:31.278Z [info] [subscriptions]: 169/411 New subscription: spacehuhn
2024-11-10T14:37:31.281Z [info] [subscriptions]: 170/411 New subscription: SpeedTest G
2024-11-10T14:37:31.283Z [info] [subscriptions]: 171/411 New subscription: SPŠSE NR
2024-11-10T14:37:31.285Z [info] [subscriptions]: 172/411 New subscription: Stadia
2024-11-10T14:37:31.287Z [info] [subscriptions]: 173/411 New subscription: SteveKardynal
2024-11-10T14:37:31.290Z [info] [subscriptions]: 174/411 New subscription: Steve Mould
2024-11-10T14:37:31.292Z [info] [subscriptions]: 175/411 New subscription: Strange Parts
2024-11-10T14:37:31.294Z [info] [subscriptions]: 176/411 New subscription: Stuart Edge
2024-11-10T14:37:31.297Z [info] [subscriptions]: 177/411 New subscription: styropyro
2024-11-10T14:37:31.299Z [info] [subscriptions]: 178/411 New subscription: Taran Van Hemert
2024-11-10T14:37:31.301Z [info] [subscriptions]: 179/411 New subscription: TechFlow
2024-11-10T14:37:31.304Z [info] [subscriptions]: 180/411 New subscription: TechLinked
2024-11-10T14:37:31.306Z [info] [subscriptions]: 181/411 New subscription: Technology Connections
2024-11-10T14:37:31.309Z [info] [subscriptions]: 182/411 New subscription: Techpedia.SK
2024-11-10T14:37:31.311Z [info] [subscriptions]: 183/411 New subscription: Techquickie
2024-11-10T14:37:31.314Z [info] [subscriptions]: 184/411 New subscription: Tesla
2024-11-10T14:37:31.316Z [info] [subscriptions]: 185/411 New subscription: The Action Lab
2024-11-10T14:37:31.318Z [info] [subscriptions]: 186/411 New subscription: The HU
2024-11-10T14:37:31.321Z [info] [subscriptions]: 187/411 New subscription: TKOR
2024-11-10T14:37:31.323Z [info] [subscriptions]: 188/411 New subscription: TheRA1DER
2024-11-10T14:37:31.325Z [info] [subscriptions]: 189/411 New subscription: The Taste Emporium
2024-11-10T14:37:31.328Z [info] [subscriptions]: 190/411 New subscription: The Thought Emporium
2024-11-10T14:37:31.331Z [info] [subscriptions]: 191/411 New subscription: Three Days Grace
2024-11-10T14:37:31.333Z [info] [subscriptions]: 192/411 New subscription: Tomorrowland
2024-11-10T14:37:31.335Z [info] [subscriptions]: 193/411 New subscription: Tom Scott
2024-11-10T14:37:31.338Z [info] [subscriptions]: 194/411 New subscription: Top Flight Technologies
2024-11-10T14:37:31.341Z [info] [subscriptions]: 195/411 New subscription: TROLL & TROTL
2024-11-10T14:37:31.343Z [info] [subscriptions]: 196/411 New subscription: True Garden
2024-11-10T14:37:31.345Z [info] [subscriptions]: 197/411 New subscription: Usb Killer
2024-11-10T14:37:31.348Z [info] [subscriptions]: 198/411 New subscription: VanossGaming
2024-11-10T14:37:31.351Z [warn] [subscriptions]: Could not find channel ID UCZN0HBSI9qUGHcEkt-ghv1w in channelDetails. Skipping.
2024-11-10T14:37:31.351Z [info] [subscriptions]: 200/411 New subscription: Veritasium
2024-11-10T14:37:31.353Z [info] [subscriptions]: 201/411 New subscription: Victor Bart - RETRO Machines
2024-11-10T14:37:31.355Z [info] [subscriptions]: 202/411 New subscription: Vidrail
2024-11-10T14:37:31.358Z [info] [subscriptions]: 203/411 New subscription: Viktor Ferus
2024-11-10T14:37:31.361Z [info] [subscriptions]: 204/411 New subscription: VitSouralMusic
2024-11-10T14:37:31.362Z [info] [subscriptions]: 205/411 New subscription: Vlad
2024-11-10T14:37:31.365Z [info] [subscriptions]: 206/411 New subscription: Voksi
2024-11-10T14:37:31.368Z [info] [subscriptions]: 207/411 New subscription: pizdec
2024-11-10T14:37:31.370Z [info] [subscriptions]: 208/411 New subscription: Vučko100
2024-11-10T14:37:31.372Z [info] [subscriptions]: 209/411 New subscription: Vědecké Kladivo
2024-11-10T14:37:31.376Z [info] [subscriptions]: 210/411 New subscription: Whitelight
2024-11-10T14:37:31.379Z [info] [subscriptions]: 211/411 New subscription: WhiteRaven
2024-11-10T14:37:31.391Z [info] [subscriptions]: 212/411 New subscription: Windows
2024-11-10T14:37:31.398Z [info] [subscriptions]: 213/411 New subscription: Wintergatan
2024-11-10T14:37:31.401Z [info] [subscriptions]: 214/411 New subscription: XDA
2024-11-10T14:37:31.402Z [info] [subscriptions]: 215/411 New subscription: YouTube
2024-11-10T14:37:31.405Z [info] [subscriptions]: 216/411 New subscription: ZacksJerryRig
2024-11-10T14:37:31.407Z [info] [subscriptions]: 217/411 New subscription: Zrebny & Frlajs & Mojmir
2024-11-10T14:37:31.410Z [info] [subscriptions]: 218/411 New subscription: Vox
2024-11-10T14:37:31.412Z [info] [subscriptions]: 219/411 New subscription: Tech Ingredients
2024-11-10T14:37:31.415Z [info] [subscriptions]: 220/411 New subscription: Anthony van der Meer
2024-11-10T14:37:31.417Z [info] [subscriptions]: 221/411 New subscription: Practical Engineering
2024-11-10T14:37:31.419Z [info] [subscriptions]: 222/411 New subscription: Coffee Stain Studios
2024-11-10T14:37:31.421Z [info] [subscriptions]: 223/411 New subscription: Sexuálna výchova
2024-11-10T14:37:31.424Z [info] [subscriptions]: 224/411 New subscription: Ottomated
2024-11-10T14:37:31.426Z [info] [subscriptions]: 225/411 New subscription: Simi Cats
2024-11-10T14:37:31.428Z [info] [subscriptions]: 226/411 New subscription: Tom Stanton
2024-11-10T14:37:31.431Z [info] [subscriptions]: 227/411 New subscription: Zack Freedman
2024-11-10T14:37:31.433Z [info] [subscriptions]: 228/411 New subscription: Sciencium
2024-11-10T14:37:31.435Z [info] [subscriptions]: 229/411 New subscription: Hospodar Martin
2024-11-10T14:37:31.438Z [info] [subscriptions]: 230/411 New subscription: Yes Theory
2024-11-10T14:37:31.440Z [info] [subscriptions]: 231/411 New subscription: Let's Game It Out
2024-11-10T14:37:31.442Z [info] [subscriptions]: 232/411 New subscription: Kyle Hansen
2024-11-10T14:37:31.445Z [info] [subscriptions]: 233/411 New subscription: Neuralink
2024-11-10T14:37:31.447Z [info] [subscriptions]: 234/411 New subscription: ColdFusion
2024-11-10T14:37:31.450Z [info] [subscriptions]: 235/411 New subscription: The Spiffing Brit
2024-11-10T14:37:31.452Z [info] [subscriptions]: 236/411 New subscription: Integza
2024-11-10T14:37:31.454Z [info] [subscriptions]: 237/411 New subscription: ImKibitz
2024-11-10T14:37:31.457Z [info] [subscriptions]: 238/411 New subscription: Kysucký Kapitán
2024-11-10T14:37:31.459Z [info] [subscriptions]: 239/411 New subscription: Mac Address
2024-11-10T14:37:31.461Z [info] [subscriptions]: 240/411 New subscription: Stuff Made Here
2024-11-10T14:37:31.464Z [warn] [subscriptions]: Could not find channel ID UCiYvsCka_T6xpzrhHV_CyKg in channelDetails. Skipping.
2024-11-10T14:37:31.464Z [info] [subscriptions]: 242/411 New subscription: Null Byte
2024-11-10T14:37:31.466Z [info] [subscriptions]: 243/411 New subscription: Patrik Paulinyi
2024-11-10T14:37:31.468Z [info] [subscriptions]: 244/411 New subscription: Johnny Harris
2024-11-10T14:37:31.471Z [info] [subscriptions]: 245/411 New subscription: The Studio
2024-11-10T14:37:31.474Z [info] [subscriptions]: 246/411 New subscription: Tech Yesterday
2024-11-10T14:37:31.476Z [info] [subscriptions]: 247/411 New subscription: No Text To Speech
2024-11-10T14:37:31.478Z [info] [subscriptions]: 248/411 New subscription: I did a thing
2024-11-10T14:37:31.481Z [info] [subscriptions]: 249/411 New subscription: Joel Creates
2024-11-10T14:37:31.483Z [info] [subscriptions]: 250/411 New subscription: LifebyMikeG
2024-11-10T14:37:31.485Z [info] [subscriptions]: 251/411 New subscription: Seek Discomfort
2024-11-10T14:37:31.488Z [info] [subscriptions]: 252/411 New subscription: Boy Boy
2024-11-10T14:37:31.490Z [info] [subscriptions]: 253/411 New subscription: Mental Checkpoint
2024-11-10T14:37:31.492Z [info] [subscriptions]: 254/411 New subscription: IBRACORP
2024-11-10T14:37:31.494Z [info] [subscriptions]: 255/411 New subscription: MegaLag
2024-11-10T14:37:31.497Z [info] [subscriptions]: 256/411 New subscription: Unnecessary Inventions
2024-11-10T14:37:31.499Z [info] [subscriptions]: 257/411 New subscription: IdeaSpot
2024-11-10T14:37:31.502Z [info] [subscriptions]: 258/411 New subscription: Dani
2024-11-10T14:37:31.504Z [info] [subscriptions]: 259/411 New subscription: timeam
2024-11-10T14:37:31.507Z [info] [subscriptions]: 260/411 New subscription: The Horizon
2024-11-10T14:37:31.509Z [info] [subscriptions]: 261/411 New subscription: You Suck At Cooking
2024-11-10T14:37:31.511Z [info] [subscriptions]: 262/411 New subscription: Lucas VRTech
2024-11-10T14:37:31.514Z [info] [subscriptions]: 263/411 New subscription: Everything Smart Home
2024-11-10T14:37:31.517Z [info] [subscriptions]: 264/411 New subscription: Home Automation Guy
2024-11-10T14:37:31.519Z [info] [subscriptions]: 265/411 New subscription: Techno Tim
2024-11-10T14:37:31.521Z [info] [subscriptions]: 266/411 New subscription: Paul Hibbert (Hibbert Home Tech)
2024-11-10T14:37:31.524Z [info] [subscriptions]: 267/411 New subscription: Unbox Therapy
2024-11-10T14:37:31.527Z [info] [subscriptions]: 268/411 New subscription: The Hook Up
2024-11-10T14:37:31.529Z [info] [subscriptions]: 269/411 New subscription: Christian Lempa
2024-11-10T14:37:31.531Z [info] [subscriptions]: 270/411 New subscription: Smart Home Solver
2024-11-10T14:37:31.534Z [info] [subscriptions]: 271/411 New subscription: reubs
2024-11-10T14:37:31.536Z [info] [subscriptions]: 272/411 New subscription: Pockit
2024-11-10T14:37:31.538Z [info] [subscriptions]: 273/411 New subscription: Nothing
2024-11-10T14:37:31.541Z [info] [subscriptions]: 274/411 New subscription: Karl M
2024-11-10T14:37:31.543Z [info] [subscriptions]: 275/411 New subscription: Future Proof
2024-11-10T14:37:31.545Z [info] [subscriptions]: 276/411 New subscription: Ethan Chlebowski
2024-11-10T14:37:31.548Z [info] [subscriptions]: 277/411 New subscription: Code Bullet
2024-11-10T14:37:31.551Z [info] [subscriptions]: 278/411 New subscription: Alvin Zhou
2024-11-10T14:37:31.553Z [info] [subscriptions]: 279/411 New subscription: Allen Pan
2024-11-10T14:37:31.555Z [info] [subscriptions]: 280/411 New subscription: Adam Ragusea
2024-11-10T14:37:31.558Z [info] [subscriptions]: 281/411 New subscription: Alexandre Chappel
2024-11-10T14:37:31.561Z [info] [subscriptions]: 282/411 New subscription: Behfor
2024-11-10T14:37:31.563Z [info] [subscriptions]: 283/411 New subscription: DB Tech
2024-11-10T14:37:31.565Z [info] [subscriptions]: 284/411 New subscription: Jeff Geerling
2024-11-10T14:37:31.568Z [info] [subscriptions]: 285/411 New subscription: Joe Grand
2024-11-10T14:37:31.571Z [info] [subscriptions]: 286/411 New subscription: Kuchyňa Lidla
2024-11-10T14:37:31.572Z [info] [subscriptions]: 287/411 New subscription: Marc Rebillet
2024-11-10T14:37:31.575Z [info] [subscriptions]: 288/411 New subscription: OpenIV Team
2024-11-10T14:37:31.578Z [info] [subscriptions]: 289/411 New subscription: Scott Hanselman
2024-11-10T14:37:31.580Z [info] [subscriptions]: 290/411 New subscription: scottbez1
2024-11-10T14:37:31.582Z [info] [subscriptions]: 291/411 New subscription: Steve DOES
2024-11-10T14:37:31.585Z [info] [subscriptions]: 292/411 New subscription: SuopOnYoutube
2024-11-10T14:37:31.587Z [info] [subscriptions]: 293/411 New subscription: ThioJoe
2024-11-10T14:37:31.590Z [info] [subscriptions]: 294/411 New subscription: 3kliksphilip
2024-11-10T14:37:31.592Z [info] [subscriptions]: 295/411 New subscription: Vaclav Chaloupka
2024-11-10T14:37:31.595Z [info] [subscriptions]: 296/411 New subscription: Taran Van Hemert 2
2024-11-10T14:37:31.597Z [info] [subscriptions]: 297/411 New subscription: Home Assistant
2024-11-10T14:37:31.600Z [info] [subscriptions]: 298/411 New subscription: Smart Solutions for Home
2024-11-10T14:37:31.602Z [info] [subscriptions]: 299/411 New subscription: Tom Scott plus
2024-11-10T14:37:31.604Z [info] [subscriptions]: 300/411 New subscription: Valspire Family
2024-11-10T14:37:31.607Z [info] [subscriptions]: 301/411 New subscription: Školník Rišo
2024-11-10T14:37:31.609Z [info] [subscriptions]: 302/411 New subscription: Auto Focus
2024-11-10T14:37:31.611Z [info] [subscriptions]: 303/411 New subscription: HomeSystem.sk
2024-11-10T14:37:31.614Z [info] [subscriptions]: 304/411 New subscription: Automate Your Life
2024-11-10T14:37:31.617Z [info] [subscriptions]: 305/411 New subscription: Programmers are also human
2024-11-10T14:37:31.619Z [info] [subscriptions]: 306/411 New subscription: Wolfgang's Channel
2024-11-10T14:37:31.621Z [info] [subscriptions]: 307/411 New subscription: Mark Watt Tech
2024-11-10T14:37:31.624Z [info] [subscriptions]: 308/411 New subscription: Noah Smith Electrocutes Himself
2024-11-10T14:37:31.627Z [info] [subscriptions]: 309/411 New subscription: Jet Lag: The Game
2024-11-10T14:37:31.628Z [info] [subscriptions]: 310/411 New subscription: Geerling Engineering
2024-11-10T14:37:31.631Z [info] [subscriptions]: 311/411 New subscription: Reed's Smart Home
2024-11-10T14:37:31.634Z [info] [subscriptions]: 312/411 New subscription: Kluci z Prahy
2024-11-10T14:37:31.636Z [info] [subscriptions]: 313/411 New subscription: Lexie Limitless
2024-11-10T14:37:31.638Z [info] [subscriptions]: 314/411 New subscription: dearMoon
2024-11-10T14:37:31.641Z [info] [subscriptions]: 315/411 New subscription: LOVESTREAM Festival
2024-11-10T14:37:31.643Z [info] [subscriptions]: 316/411 New subscription: Hardware Haven
2024-11-10T14:37:31.645Z [info] [subscriptions]: 317/411 New subscription: Musikkabinett
2024-11-10T14:37:31.648Z [info] [subscriptions]: 318/411 New subscription: NileBlue
2024-11-10T14:37:31.651Z [info] [subscriptions]: 319/411 New subscription: Electric Callboy
2024-11-10T14:37:31.653Z [info] [subscriptions]: 320/411 New subscription: GameLinked
2024-11-10T14:37:31.655Z [info] [subscriptions]: 321/411 New subscription: Profesia.sk
2024-11-10T14:37:31.658Z [info] [subscriptions]: 322/411 New subscription: BeardedTinker
2024-11-10T14:37:31.661Z [info] [subscriptions]: 323/411 New subscription: HowToMen
2024-11-10T14:37:31.663Z [info] [subscriptions]: 324/411 New subscription: Jace Varlet
2024-11-10T14:37:31.665Z [info] [subscriptions]: 325/411 New subscription: Peter Fairlie
2024-11-10T14:37:31.667Z [info] [subscriptions]: 326/411 New subscription: Mr. Volt
2024-11-10T14:37:31.670Z [info] [subscriptions]: 327/411 New subscription: TroubleChute
2024-11-10T14:37:31.672Z [info] [subscriptions]: 328/411 New subscription: ONLY in JAPAN * John Daub
2024-11-10T14:37:31.675Z [info] [subscriptions]: 329/411 New subscription: ONLY in JAPAN * GO
2024-11-10T14:37:31.677Z [info] [subscriptions]: 330/411 New subscription: Sziget Festival
2024-11-10T14:37:31.679Z [info] [subscriptions]: 331/411 New subscription: Smart Home Junkie
2024-11-10T14:37:31.682Z [info] [subscriptions]: 332/411 New subscription: Proxmox
2024-11-10T14:37:31.684Z [info] [subscriptions]: 333/411 New subscription: Awesome Open Source
2024-11-10T14:37:31.687Z [info] [subscriptions]: 334/411 New subscription: Vadim M
2024-11-10T14:37:31.689Z [info] [subscriptions]: 335/411 New subscription: AngeTheGreat
2024-11-10T14:37:31.691Z [info] [subscriptions]: 336/411 New subscription: digiblur DIY
2024-11-10T14:37:31.694Z [info] [subscriptions]: 337/411 New subscription: Frog Leap Studios
2024-11-10T14:37:31.696Z [info] [subscriptions]: 338/411 New subscription: Sauber-Lab UK
2024-11-10T14:37:31.698Z [info] [subscriptions]: 339/411 New subscription: HassAssistant
2024-11-10T14:37:31.701Z [info] [subscriptions]: 340/411 New subscription: I am Jakoby
2024-11-10T14:37:31.706Z [info] [subscriptions]: 341/411 New subscription: Ivan Miranda
2024-11-10T14:37:31.709Z [info] [subscriptions]: 342/411 New subscription: Andreas Spiess
2024-11-10T14:37:31.711Z [info] [subscriptions]: 343/411 New subscription: Simply Smart House
2024-11-10T14:37:31.714Z [info] [subscriptions]: 344/411 New subscription: Tokyo Cheapo
2024-11-10T14:37:31.717Z [info] [subscriptions]: 345/411 New subscription: LEAP
2024-11-10T14:37:31.718Z [info] [subscriptions]: 346/411 New subscription: Normandie
2024-11-10T14:37:31.721Z [info] [subscriptions]: 347/411 New subscription: SunShine
2024-11-10T14:37:31.723Z [info] [subscriptions]: 348/411 New subscription: Dev Detour
2024-11-10T14:37:31.725Z [info] [subscriptions]: 349/411 New subscription: Android Infosec
2024-11-10T14:37:31.728Z [info] [subscriptions]: 350/411 New subscription: ALEX LAB
2024-11-10T14:37:31.730Z [info] [subscriptions]: 351/411 New subscription: PricelessToolkit
2024-11-10T14:37:31.732Z [info] [subscriptions]: 352/411 New subscription: I Build Stuff
2024-11-10T14:37:31.735Z [info] [subscriptions]: 353/411 New subscription: Emily The Engineer
2024-11-10T14:37:31.737Z [info] [subscriptions]: 354/411 New subscription: Boranium Art
2024-11-10T14:37:31.739Z [info] [subscriptions]: 355/411 New subscription: FutureProofHomes
2024-11-10T14:37:31.742Z [info] [subscriptions]: 356/411 New subscription: The Smart Home Maker
2024-11-10T14:37:31.745Z [info] [subscriptions]: 357/411 New subscription: Home Tech
2024-11-10T14:37:31.747Z [info] [subscriptions]: 358/411 New subscription: Inkbox
2024-11-10T14:37:31.749Z [info] [subscriptions]: 359/411 New subscription: Inaka Adventure
2024-11-10T14:37:31.752Z [info] [subscriptions]: 360/411 New subscription: Tech Tutorials - David McKone
2024-11-10T14:37:31.754Z [info] [subscriptions]: 361/411 New subscription: ExplainingComputers
2024-11-10T14:37:31.757Z [info] [subscriptions]: 362/411 New subscription: SAMURAI JUNJIRO Channel
2024-11-10T14:37:31.759Z [info] [subscriptions]: 363/411 New subscription: Bennett Stirton
2024-11-10T14:37:31.761Z [info] [subscriptions]: 364/411 New subscription: Jimmy Landry
2024-11-10T14:37:31.764Z [info] [subscriptions]: 365/411 New subscription: HarbLife
2024-11-10T14:37:31.766Z [info] [subscriptions]: 366/411 New subscription: Epic Spaceman
2024-11-10T14:37:31.768Z [info] [subscriptions]: 367/411 New subscription: TO220
2024-11-10T14:37:31.771Z [info] [subscriptions]: 368/411 New subscription: mobile hacker
2024-11-10T14:37:31.773Z [info] [subscriptions]: 369/411 New subscription: Zac Alsop
2024-11-10T14:37:31.775Z [info] [subscriptions]: 370/411 New subscription: Max Fosh
2024-11-10T14:37:31.778Z [info] [subscriptions]: 371/411 New subscription: Figure
2024-11-10T14:37:31.781Z [info] [subscriptions]: 372/411 New subscription: Matthias random stuff
2024-11-10T14:37:31.782Z [info] [subscriptions]: 373/411 New subscription: Tricks And Things
2024-11-10T14:37:31.785Z [info] [subscriptions]: 374/411 New subscription: Home Assistant Tips By Larry
2024-11-10T14:37:31.787Z [info] [subscriptions]: 375/411 New subscription: Apple
2024-11-10T14:37:31.790Z [info] [subscriptions]: 376/411 New subscription: Jovinečko
2024-11-10T14:37:31.792Z [info] [subscriptions]: 377/411 New subscription: OpenAI
2024-11-10T14:37:31.794Z [info] [subscriptions]: 378/411 New subscription: LockPickingLawyer
2024-11-10T14:37:31.797Z [info] [subscriptions]: 379/411 New subscription: Make It Work
2024-11-10T14:37:31.799Z [info] [subscriptions]: 380/411 New subscription: Stranger Parts
2024-11-10T14:37:31.802Z [info] [subscriptions]: 381/411 New subscription: Tom Lum
2024-11-10T14:37:31.804Z [info] [subscriptions]: 382/411 New subscription: Low Level
2024-11-10T14:37:31.807Z [info] [subscriptions]: 383/411 New subscription: Novaspirit Tech
2024-11-10T14:37:31.809Z [info] [subscriptions]: 384/411 New subscription: Immersive Home
2024-11-10T14:37:31.811Z [info] [subscriptions]: 385/411 New subscription: Framework
2024-11-10T14:37:31.813Z [info] [subscriptions]: 386/411 New subscription: Connor Creates
2024-11-10T14:37:31.815Z [info] [subscriptions]: 387/411 New subscription: Bryce Bostwick
2024-11-10T14:37:31.818Z [info] [subscriptions]: 388/411 New subscription: Undecided with Matt Ferrell
2024-11-10T14:37:31.821Z [info] [subscriptions]: 389/411 New subscription: Atomic Frontier
2024-11-10T14:37:31.823Z [info] [subscriptions]: 390/411 New subscription: Techno Tim Tinkers
2024-11-10T14:37:31.825Z [info] [subscriptions]: 391/411 New subscription: Prusa 3D
2024-11-10T14:37:31.828Z [info] [subscriptions]: 392/411 New subscription: Z-TECH
2024-11-10T14:37:31.830Z [info] [subscriptions]: 393/411 New subscription: MRP
2024-11-10T14:37:31.832Z [info] [subscriptions]: 394/411 New subscription: Mellow_Labs
2024-11-10T14:37:31.835Z [info] [subscriptions]: 395/411 New subscription: Mike Tholfsen
2024-11-10T14:37:31.838Z [info] [subscriptions]: 396/411 New subscription: Technithusiast
2024-11-10T14:37:31.840Z [info] [subscriptions]: 397/411 New subscription: Jim's Garage
2024-11-10T14:37:31.842Z [info] [subscriptions]: 398/411 New subscription: The Home Automation Project
2024-11-10T14:37:31.844Z [info] [subscriptions]: 399/411 New subscription: Steam
2024-11-10T14:37:31.847Z [info] [subscriptions]: 400/411 New subscription: SmartHomeBeginner
2024-11-10T14:37:31.850Z [info] [subscriptions]: 401/411 New subscription: fern
2024-11-10T14:37:31.852Z [info] [subscriptions]: 402/411 New subscription: Barnso
2024-11-10T14:37:31.855Z [info] [subscriptions]: 403/411 New subscription: Backwood
2024-11-10T14:37:31.858Z [info] [subscriptions]: 404/411 New subscription: Mike Okay
2024-11-10T14:37:31.860Z [info] [subscriptions]: 405/411 New subscription: Severské denníky
2024-11-10T14:37:31.862Z [info] [subscriptions]: 406/411 New subscription: Rich Langner - Electronics
2024-11-10T14:37:31.864Z [info] [subscriptions]: 407/411 New subscription: Hands On Katie
2024-11-10T14:37:31.867Z [info] [subscriptions]: 408/411 New subscription: selfhst
2024-11-10T14:37:31.869Z [info] [subscriptions]: 409/411 New subscription: Posy
2024-11-10T14:37:31.871Z [info] [subscriptions]: 410/411 New subscription: GeekBoy
2024-11-10T14:37:31.874Z [info] [subscriptions]: 411/411 New subscription: GeekBoy - Extra

@NightMean
Copy link
Author

Wow, I didn't expect to see it implemented so fast. Thanks a bunch!

Once I started bbyen from the latest version from the branch, I immediately got 72 new channels added. Seems to work as expected but I'll be testing this during this week and we'll report back if everything is fine.

Also, does it mean now that if Whitelist is used, will it no longer require Google Auth or what will be the correct way of setting this up now?

When I tried it with your whitelist, I got 6 channels that could not be found (possibly the channel was deleted), but 405 successfully added to the database.

You are correct. I did have some channels that were already deleted, that's why I did the cleanup afterwards.
I managed to found two of the channels where the owners simply switched the channel to other channel.
Unfortunately the sqlite database no longer had any entries from the past so for the rest, I can't seem to figure out who it was :(
Does the database keep the latest entries in it even after the channel was removed or does it delete it if the channel is not found upon next scan?

@MarcelRobitaille
Copy link
Owner

Also, does it mean now that if Whitelist is used, will it no longer require Google Auth or what will be the correct way of setting this up now?

It might be possible to just use an API key instead of logging in with your Google account. I'd have to look into it. It's not as trivial as just stripping out Auth.

Unfortunately the sqlite database no longer had any entries from the past so for the rest, I can't seem to figure out who it was :(

Sometimes Googling the ID reveals something, at least for video ids.

Does the database keep the latest entries in it even after the channel was removed or does it delete it if the channel is not found upon next scan?

It deletes them. I could change this, but that doesn't help you with the ones that were already deleted.

@NightMean
Copy link
Author

It might be possible to just use an API key instead of logging in with your Google account. I'd have to look into it. It's not as trivial as just stripping out Auth.

Oh I thought that it is not using Auth now. How does it work now then?

Sometimes Googling the ID reveals something, at least for video ids.

That's exactly how I found the 2 channels but as the last video ids were not in the database, for the rest of the channels it remains a mystery 😄

It deletes them. I could change this, but that doesn't help you with the ones that were already deleted.

I know it wouldn't help with the channels that were already deleted, I'm just thinking about the future, in case this would happen again. It would be good if the database could keep them in it even after the channel was deleted.

Also, as there is quite a lot of emails in the queue from the new channels, I have run into an issue where the quota has run out.
Would it be possible to add some retries if the quote has run out? E.g. after 30 minutes or so. Currently the script exited with an error below.

2024-11-10T15:49:11.838Z [verbose] [videos]: New video from Navin Khambhala #crazyNK (id: SNGLovxtgDI):
2024-11-10T15:49:11.901Z [warn] [videos]: Email quota has run out.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! bbyen@2.1.3 start: `ts-node --transpile-only src/index.ts`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the bbyen@2.1.3 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/ubuntu/.npm/_logs/2024-11-10T15_49_11_932Z-debug.log

@MarcelRobitaille
Copy link
Owner

MarcelRobitaille commented Nov 10, 2024

Oh I thought that it is not using Auth now. How does it work now then?

The YouTube API (which needs Auth or an API key) is still used to look up the channel name and thumbnail based on the id in the configuration file, and it's also used to look up the information about newly uploaded videos. Now that it doesn't need to know your subscriptions, it could be an API key instead of auth, but it still needs something.

I know it wouldn't help with the channels that were already deleted, I'm just thinking about the future, in case this would happen again. It would be good if the database could keep them in it even after the channel was deleted.

Should be easy.

Also, as there is quite a lot of emails in the queue from the new channels, I have run into an issue where the quota has run out.
Would it be possible to add some retries if the quote has run out? E.g. after 30 minutes or so. Currently the script exited with an error below.

The way it should work is that it logs something and tries again at your configured video refresh time (45 minutes). It should not crash. That's a bug.

Can you please try this: https://stackoverflow.com/a/49505612

@MarcelRobitaille
Copy link
Owner

The latest commit should have the channel history thing. To view deleted/unsubscribed channels:

sqlite3 database.sqlite
select * from subscriptions where deleted=1;

@NightMean
Copy link
Author

The YouTube API (which needs Auth or an API key) is still used to look up the channel name and thumbnail based on the id in the configuration file, and it's also used to look up the information about newly uploaded videos. Now that it doesn't need to know your subscriptions, it could be an API key instead of auth, but it still needs something.

Ah, got it. In the past before bbyen was created, my friend created a python script that did the same as bbyen but only with the rss feeds without Google Auth. While I do not know much about programming, it seems to me that it opened the video and got all the information from the html. I guess this is not efficient but it worked pretty well. Maybe the same could be implemented in bbyen as a fallback/alternative method?

Here is it for inspiration, although the variable names are in our language, it should be understandable
YT-E-mail.txt

The way it should work is that it logs something and tries again at your configured video refresh time (45 minutes). It should not crash. That's a bug.
Can you please try this: https://stackoverflow.com/a/49505612

I tried it but it only managed to send 85 emails, afterwards it crashed again with the same error :/

The latest commit should have the channel history thing. To view deleted/unsubscribed channels:

Thanks! Will try it out

@MarcelRobitaille
Copy link
Owner

That's of course also possible, but it's more effort and I think it's against the terms of service. If I were to do it for bbyen, it would probably be an entire rewrite (maybe a nice opportunity to get off javascript).

That error is very strange. I will see what I can find.

@NightMean
Copy link
Author

That's of course also possible, but it's more effort and I think it's against the terms of service

Yes, I guess you are right about that. Although the python script worked decently well for :)

In the meantime as I'm testing the latest version, I think bbyen no longer removes the channels that were deleted from the whitelist config. I have removed couple of them but I still received an email about it.

@MarcelRobitaille
Copy link
Owner

I think bbyen no longer removes the channels that were deleted from the whitelist config. I have removed couple of them but I still received an email about it.

I think you're right. Hang on.

@MarcelRobitaille
Copy link
Owner

Please try the latest commit

@NightMean
Copy link
Author

You're madman 🚀 Now the channels were removed.
Thanks a lot! Will keep testing this.

@NightMean
Copy link
Author

So upon further testing, even though the log said that the channels were removed, for some reason they are still being checked.
I can see that in the database the deleted channels is marked with 1 as deleted. Shouldn't this column represent the channels that no longer exist on Youtube itself?

@MarcelRobitaille
Copy link
Owner

My bad. Please try again. Thanks for helping me test this stuff out.

@NightMean
Copy link
Author

No problem, I'm huge fan of this project :)
Latest commit seems to work fine, the amount of subbed channels dropped from previous run. Gonna continue testing :)

@NightMean
Copy link
Author

What I now found out is that when you add a channel, then remove it and add it back in, the sqlite throws an error.
I assume this is because the deleted column in the database is already set to 1.

2024-11-13T20:58:09.066Z [info] [subscriptions]: 6/6 New subscription: Level 2 Jeff
2024-11-13T20:58:09.068Z [error] [subscriptions]: SQLITE_CONSTRAINT: UNIQUE constraint failed: subscriptions.channelId {
    "errno": 19,
    "code": "SQLITE_CONSTRAINT"
}
Error: SQLITE_CONSTRAINT: UNIQUE constraint failed: subscriptions.channelId

By the way, in the meantime I found out that putting the whole channel URL into the config.json does not seem to work convert it to the channel ID anymore. I have tried to use all of the possible URL that Youtube uses with a valid channel (not all of the channel support the older format now), but the script threw an error immediately.
The valid format of Youtube URL channels can be found here: https://support.google.com/youtube/answer/6180214?hl=en

2024-11-13T21:02:35.647Z [verbose] [config]: Normalizing channel string 'UCzgA9CBrIXPtkB2yNTTiy1w'
2024-11-13T21:02:35.647Z [verbose] [config]: Normalizing channel string 'https://www.youtube.com/@Level2Jeff'
2024-11-13T21:02:35.647Z [error] [main]: Exhausted all methods of getting the ID for channel 'https://www.youtube.com/@Level2Jeff'. If this is a mistake, please open a GitHub issue and show them this message: https://github.com/MarcelRobitaille/bbyen/issues/new
Error: Exhausted all methods of getting the ID for channel 'https://www.youtube.com/@Level2Jeff'. If this is a mistake, please open a GitHub issue and show them this message: https://github.com/MarcelRobitaille/bbyen/issues/new
    at /opt/bbyen-test/bbyen/src/config.ts:160:9
    at Generator.next (<anonymous>)
    at /opt/bbyen-test/bbyen/src/config.ts:8:71
    at new Promise (<anonymous>)
    at __awaiter (/opt/bbyen-test/bbyen/src/config.ts:4:12)
    at normalizeChannel (/opt/bbyen-test/bbyen/src/config.ts:134:53)
    at Array.map (<anonymous>)
    at /opt/bbyen-test/bbyen/src/config.ts:176:46
    at Generator.next (<anonymous>)
    at /opt/bbyen-test/bbyen/src/config.ts:8:71
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! bbyen@2.1.3 start: `ts-node --transpile-only src/index.ts`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the bbyen@2.1.3 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/ubuntu/.npm/_logs/2024-11-13T21_02_35_677Z-debug.log

Also found a way easier way to get the Channel ID from the user side, just by going into the About section of the channel.
Perhaps it would be good to mention this in the Readme :)
image

@MarcelRobitaille
Copy link
Owner

Of course. That's annoying.

The channel normalization only supported 'https://www.youtube.com/c/@Level2Jeff and 'https://www.youtube.com/channel/@Level2Jeff but not 'https://www.youtube.com/@Level2Jeff. Should be fixed.

@NightMean
Copy link
Author

Thanks! It was fixed with the channel above although when I tried to add https://www.youtube.com/@StuffMadeHere2, bbyen again threw an error :/

2024-11-14T11:04:08.848Z [verbose] [config]: Normalizing channel string 'https://www.youtube.com/@StuffMadeHere2'
2024-11-14T11:04:08.848Z [verbose] [config]: String matches URL with channel name
2024-11-14T11:04:08.882Z [error] [main]: Promise.any is not a function
TypeError: Promise.any is not a function
    at /opt/bbyen-test/bbyen/src/config.ts:154:25
    at Generator.next (<anonymous>)
    at /opt/bbyen-test/bbyen/src/config.ts:8:71
    at new Promise (<anonymous>)
    at __awaiter (/opt/bbyen-test/bbyen/src/config.ts:4:12)
    at normalizeChannel (/opt/bbyen-test/bbyen/src/config.ts:134:53)
    at Array.map (<anonymous>)
    at /opt/bbyen-test/bbyen/src/config.ts:176:46
    at Generator.next (<anonymous>)
    at /opt/bbyen-test/bbyen/src/config.ts:8:71
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! bbyen@2.1.3 start: `ts-node --transpile-only src/index.ts`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the bbyen@2.1.3 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

@MarcelRobitaille
Copy link
Owner

It seems like it was added in node 15, so it was a lie that bbyen supports node >= 14. Would it be a big deal for you to upgrade to 15? 14 is getting pretty old anyways. It's probably good to update this.

Another reminder that I should have some automated tests checking each supported version. 14 is what I use on my server, but I don't use this feature so I didn't catch it.

@NightMean
Copy link
Author

No problem, It's basically a container for me. After the update of nodejs to v15 it worked as expected :) Readme needs an update for that 😉
Hopefully this was the last bug haha. Will report back afterwards.

@MarcelRobitaille
Copy link
Owner

I updated the readme about the node version. I also added some rudimentary tests of the config (it would have caught "Promise.any is not a function"). I set this up to run on node 16-22 on every PR.

@NightMean
Copy link
Author

Awesome, thanks a lot! I've been using it for the past few days and it looks like all of the bugs were squashed now. Seems ready for a release :)

One last thing, I hope your paypal did not change in the meantime 😉

MarcelRobitaille added a commit that referenced this issue Nov 18, 2024
### Breaking changes
- Increase the minimum supported node version from 14 to 16
  This is the reason for the major release. However, the previous version was not
  really compatible with node 14. It was a mistake to list compatibility.

### New features
- Do not use YouTube API to get whitelisted subscriptions (#19)
- Do not permanently delete subscriptions. This shows you the channel name in
  the database if the channel is deleted.

### Maintenance
- Add simple tests (currently only config) that run for all supported node versions
@MarcelRobitaille
Copy link
Owner

No problem. I just released 3.0.0. Paypal link should still work, but it's really not necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants