Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haruhi-dl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Laura x Dominika x Patrycja
haruhi-dl
Commits
2c354d15
Commit
2c354d15
authored
Jan 16, 2021
by
Dominika Liberda
💽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version 2021.01.16
parent
097c7bd4
Pipeline
#196
passed with stage
in 23 minutes and 5 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
8 deletions
+27
-8
ChangeLog
ChangeLog
+23
-0
haruhi_dl/extractor/youtube.py
haruhi_dl/extractor/youtube.py
+3
-7
haruhi_dl/version.py
haruhi_dl/version.py
+1
-1
No files found.
ChangeLog
View file @
2c354d15
version 2021.01.16
Extractor
* [youtube] new crypto
* [tvp] Laura probably fixed something, I can't keep up
* [linkedin] post extractor
* [weibo] dash formats support
* [vimeo:review] fix videos with video password
* [gtv.org] extractor that **may** _sometimes_ work
* [youtube] oh cool, playlist and channels got fixed
* [youtube] youtube-music extractor
* [lbry] new extractor
* [embetty] new extractor, detection in genericie
* [heise] extracting embetty embeds
* [theguardian] new extractor(s)
* [tvp:series] API refactor (I KNEW IT)
* [tubafm] basic support
* [rmf] added extractors
* [cda] refactor to mobile JSON API
Core:
* _json_ld now handles multiple thumbails
* normalization of searching for embeds in genericie
version 2021.01.03
Extractor
* [youtube] new crypto
...
...
haruhi_dl/extractor/youtube.py
View file @
2c354d15
...
...
@@ -1068,15 +1068,11 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
def
_decrypt_signature_protected
(
self
,
s
):
a
=
list
(
s
)
a
.
reverse
()
a
=
self
.
mess
(
a
,
13
)
a
=
a
[
3
:]
a
.
reverse
()
a
=
self
.
mess
(
a
,
69
)
a
=
a
[
2
:]
a
=
self
.
mess
(
a
,
58
)
a
.
reverse
()
a
=
a
[
1
:]
a
=
a
[
2
:]
a
=
self
.
mess
(
a
,
1
)
a
=
self
.
mess
(
a
,
8
)
return
""
.
join
(
a
)
def
_get_subtitles
(
self
,
video_id
,
webpage
):
...
...
haruhi_dl/version.py
View file @
2c354d15
from
__future__
import
unicode_literals
__version__
=
'2021.01.
03
'
__version__
=
'2021.01.
16
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment