Taapat / enigma2-plugin-youtube

YouTube enigma2 plugin to manage your youtube account and wach videos
GNU General Public License v2.0
35 stars 38 forks source link

Error: There was an error in extract video URL #245

Closed willow5 closed 1 month ago

willow5 commented 2 months ago

I am having this issue with the latest ipk file from here. Please see images below:

4097_0_1_284_0_0_0_0_0_0_20240926220518

4097_0_1_284_0_0_0_0_0_0_20240926220529

navinsolanki0807 commented 2 months ago

I agree, all links are failing with same error using the latest ipk file.

jones873 commented 1 month ago

Same Here

adisonjohn commented 1 month ago

Same Here 4097_0_1_1_0_0_0_0_0_0_20240929105733

StifflersMom commented 1 month ago

Same here...

typer2020 commented 1 month ago

Same Here

typer2020 commented 1 month ago

YouTubeVideoUrl.py change: line 374: VERSION = '19.39.37' (was: '1.9') line 375: USER_AGENT = 'com.google.android.youtube/%s (Linux; U; Android 11; US) gzip' % VERSION (was: Android 12) line 380: 'androidSdkVersion': 30, (was: 'androidSdkVersion': 31,) line 381: 'clientName': 'ANDROID', (was: 'ANDROID_TESTSUITE',) line 383: 'osVersion': '11', (was: 'osVersion': '12',) line 387: data['params'] = 'Q0FFU0FnZ0M' (was: '2AMB') After these changes in the code, the videos are playing.

navinsolanki0807 commented 1 month ago

Could you send the updated file if possible?

On Thu, 3 Oct 2024, 19:41 typer2020, @.***> wrote:

YouTubeVideoUrl.py change: line 374: VERSION = '19.39.37' (was: '1.9') line 375: USER_AGENT = 'com.google.android.youtube/%s (Linux; U; Android 11; US) gzip' % VERSION (was: Android 12) line 380: 'androidSdkVersion': 30, (was: 'androidSdkVersion': 31,) line 381: 'clientName': 'ANDROID', (was: 'ANDROID_TESTSUITE',) line 383: 'osVersion': '11', (was: 'osVersion': '12',) line 387: data['params'] = 'Q0FFU0FnZ0M' (was: '2AMB') After these changes in the code, the videos are playing.

— Reply to this email directly, view it on GitHub https://github.com/Taapat/enigma2-plugin-youtube/issues/245#issuecomment-2392083623, or unsubscribe https://github.com/notifications/unsubscribe-auth/BHSPPGGUSOZZN7USK4UXV43ZZWFWJAVCNFSM6AAAAABO543DXOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOJSGA4DGNRSGM . You are receiving this because you commented.Message ID: @.***>

nagysifa commented 1 month ago

YouTubeVideoUrl.py change: line 374: VERSION = '19.39.37' (was: '1.9') line 375: USER_AGENT = 'com.google.android.youtube/%s (Linux; U; Android 11; US) gzip' % VERSION (was: Android 12) line 380: 'androidSdkVersion': 30, (was: 'androidSdkVersion': 31,) line 381: 'clientName': 'ANDROID', (was: 'ANDROID_TESTSUITE',) line 383: 'osVersion': '11', (was: 'osVersion': '12',) line 387: data['params'] = 'Q0FFU0FnZ0M' (was: '2AMB') After these changes in the code, the videos are playing.

This works for me. Thanks!

jones873 commented 1 month ago

Thank`s also got it working again editing the script, I really hope Taapat is ok he is normally on the ball with this!

Orlandoxx commented 1 month ago

Thanx. It works, but I needed to change the media player from Exteplayer to Default Player.

< 2036.700659> 20:11:10.7950 ExtEPlayer3::handleJsonOutput - unhandled key "EPLAYER3_EXTENDED"

navinsolanki0807 commented 1 month ago

Can someone add the compiled .pyc file of the updated script please.

jones873 commented 1 month ago

YouTubeVideoUrl.zip

willow5 commented 1 month ago

I updated the YouTubeVideoURL file but now I am getting this screen - can anyone help further please? 1_0_19_287B_800_2_11A0000_0_0_0_20241005143619

adisonjohn commented 1 month ago

Now working https://github.com/Taapat/enigma2-plugin-youtube/releases

Taapat commented 1 month ago

Thanks for the report. I assume that the error in creating entry list is due to the fact that the limit of 3 million connections permitted by the plugin key has recently been exceeded. Therefore Google has requested me to renew the apy key and perform an audit. I hope my plugin will not be rejected. I think I can close this for now.