[E² Plugin] YouTube

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
enigma2-plugin-extensions-youtube_h1+git607+14a9b6a-r0.0_all.ipk

●YouTubeVideoUrl: remove now unused _html_search_m.e.t.a and _m.e.t.a_regex
●YouTubeVideoUrl: improve yt initial player response extraction
●YouTubeVideoUrl: improve age-gated videos extraction
●Revert "YouTubeVideoUrl: try fix new youtube player on age restricted videos
 

oys

Registered
Messages
557
Youtube_h1+git608+87aa502-r0.0 от 07.12.2020

YouTubeApi: fix access token renew, thx for report mop80
urllib2 raise HTTP Error on Unauthorized acess.
So neet to use except for HTTPError to get error code 401 for access token renew.
 

oys

Registered
Messages
557
Youtube_h1+git609+89f4da5-r0.0 от 10.12.2020


Make log more verbose
Print exceptions reasons in enigma log
 

oys

Registered
Messages
557
Youtube_h1+git611+e6707d7-r0.0 от 14.12.2020

Optimization in YouTubeApi code
Small optimization in OAuth code
Make log more verbose
Print exceptions reasons in enigma log
 

oys

Registered
Messages
557
Youtube_h1+git615+4c4fd1d-r0.0 от 18.12.2020

● Fix changed arguments in playlistItems_list in tests
● YouTubeApi: use order in search list
To display the result according to the search settings.
● Another samll code optimization in OAuth
 

oys

Registered
Messages
557
Youtube_h1+git616+b7872ff-r0.0 от 18.12.2020

YouTubeUi: fix arguments in videoIdFromPlaylist
 

oys

Registered
Messages
557

Youtube_h1+git618+655e282-r0.0 от 19.12.2020


YouTubeApi: fix headers in get_aut_response
YouTubeApi: next code optimization
 

oys

Registered
Messages
557
Youtube_h1+git619+fb9d792-r0.0 от 15.01.2021

YouTubeUi: use pageUp when return from download directories set
This allows you to save the settings immediately without moving to another row.
 

oys

Registered
Messages
557
Youtube_h1+git620+87986e7-r0.0 от 17.01.2021


YouTubeApi: sort subscriptions by order of activity
It will show subscriptions with the last activity at the top of the list.
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
enigma2-plugin-extensions-youtube_h1+git624+18e213e-r0.0_all

Use python3's backported parse_qs code only on python2 …
On python3 use parse_qs from urllib.parse
Update urlparse imports
 

oys

Registered
Messages
557
Youtube_h1+git626+ce0ee5c-r0.0 от 24.01.2021


Small code optimization in compat
compat: remove forgotten unused compat_urlparse_qs import
 

oys

Registered
Messages
557
YouTube_h1+git632+5405d1c-r0 от 28.01.2021

Ignore E265 in YouTubeVideoUrl on flake8 travis tests
YouTubeVideoUrl: try fix some flake8 test fails
Add W504 in flake8 ignore on travis tests
Add flake8 for PEP8 python code style check in travis tests
PEP 8 code style updates
][ No code changes
 

oys

Registered
Messages
557

YouTube_h1+git642+c17dc71-r0 от 02.02.2021

YouTube Video Url: rewrite extractor, thx remitamine
Add github workflow badge in README.md
Change github workflow name to te
Move all test files to one test folder Also rename travis files to ci because they are now used in tests not only on travis but also on GitHub Actions
ci.yml: try fix python-version
ci.ymi: upgrade pip to latest on python 3.8
ci.ymi: install gettext to use msgfmt for language files
Add CI workflow to try use GitHub Actions
Add show-source in flake8 travis tests
Perform travis flake8 code check before pytest test session
 

oys

Registered
Messages
557
YouTube_h1+git649+ffeaa85-r0 от 03.02.2021

YouTubeSetup: fix exit without saving settings
Add forgotten translation in latvian language
Update russion translation Please someone fix it after me
Update latvian language
Regenerate language files after added config option
Add setting to set subscriptions sort order You can choose the methods offered by the YouTube Data API by relevance, by order of activity or alphabetically. https://developers.google.com/youtube/v3/docs/subscriptions/list This setting is available if you are signed in and use your subscriptions.
YouTubeVideoUrl: small code optimizations
 

oys

Registered
Messages
557
YouTube_h1+git652+582745d-r0 от 04.02.2021

YouTubeVideoUrl: skip OTF formats
YouTubeVideoUrl: pass embed URL to get_video_info request
Small style fixes in YouTubeVideoUrl
 

oys

Registered
Messages
557
YouTube_h1+git655+c0e5966-r0.0 от 06.02.2021

Update translation files after text cosmetics
Text cosmetics, thx GWARDAR close #112
Personally, I don't like to change Ok and OK.
I think it looks ugly if next to a button that is written in a normal camel case is a button that has text written only in capital letters.
But I know there is an argument that Ok is not a word.
I use my Latvian translation, where I can change Ok as I wish, so I change Ok to OK if others want this.
YouTubeVideoUrl: another small code optimization
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,877
enigma2-plugin-extensions-youtube_h1+git661+d20911c-r0.0_all

-GitHub Actions workflow updates
Change name to build.
Ignore changes in README.md and .travis.yml.
Remove build directory from flake8 tests.
-Chande download lint to releases in README
-Build ipk package and create release with GitHub Actions
-Fix paths in flake8 test in ci.yml
-Change path to files for flake8 test in ci.yml
-Use setup.py to compile python and language files for test un GitHub Actions
 

oys

Registered
Messages
557
YouTube_h1+git666+8546d83 от 07.02.2021

Try use ar to create the package
A hope this fix package install error on VTI.

Try fix package version, thx for report arion75
Use commit subject for release name
A full message on multiple lines looks ugly.
The other lines duplicate in the release description.

YouTubeSetup: donot use removeNotifier
Such a function not exist on BH, so it calls crash.

Remove word Release from release name
Allow skip release with the phrase skip-release in commit message.
[skip-release]

GitHub Actions workflow updates
Change name to build.
Ignore changes in README.md and .travis.yml.
Remove build directory from flake8 tests.
 
Top