]> jfr.im git - yt-dlp.git/log
yt-dlp.git
3 years agoBetter implementation of YoutubeSearchURLIE
pukkandan [Sun, 22 Nov 2020 13:09:09 +0000 (18:39 +0530)] 
Better implementation of YoutubeSearchURLIE

3 years agoAdded RDMM back
pukkandan [Sun, 22 Nov 2020 10:20:16 +0000 (15:50 +0530)] 
Added RDMM back

Eg: https://www.youtube.com/watch?v=MuAGGZNfUkU&list=RDMM

3 years agoMinor fixes
pukkandan [Sat, 21 Nov 2020 22:46:05 +0000 (04:16 +0530)] 
Minor fixes

3 years agoUpdated to release 2020.11.21.1
pukkandan [Sat, 21 Nov 2020 14:50:42 +0000 (20:20 +0530)] 
Updated to release 2020.11.21.1

3 years agoImplemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and...
pukkandan [Sat, 21 Nov 2020 22:21:09 +0000 (03:51 +0530)] 
Implemented all Youtube Feeds (ytfav, ytwatchlater, ytsubs, ythistory, ytrec) and SearchURL

3 years agoRevert changes to vlive
pukkandan [Sat, 21 Nov 2020 22:16:38 +0000 (03:46 +0530)] 
Revert changes to vlive

3 years agoMerge 'ytdl-org/youtube-dl/master' release 2020.11.19
pukkandan [Thu, 19 Nov 2020 19:22:59 +0000 (00:52 +0530)] 
Merge 'ytdl-org/youtube-dl/master' release 2020.11.19

Old Extractors left behind:
VLivePlaylistIE
YoutubeSearchURLIE
YoutubeShowIE
YoutubeFavouritesIE

If removing old extractors, make corresponding changes in
docs/supportedsites.md
youtube_dlc/extractor/extractors.py

Not merged:
.github/ISSUE_TEMPLATE/1_broken_site.md
.github/ISSUE_TEMPLATE/2_site_support_request.md
.github/ISSUE_TEMPLATE/3_site_feature_request.md
.github/ISSUE_TEMPLATE/4_bug_report.md
.github/ISSUE_TEMPLATE/5_feature_request.md
test/test_all_urls.py
youtube_dlc/version.py
Changelog

3 years agoMerge pull request #187 from pukkandan/break-on-existing
Tom-Oliver Heidel [Mon, 16 Nov 2020 22:00:44 +0000 (23:00 +0100)] 
Merge pull request #187 from pukkandan/break-on-existing

Stop download after encountering video in archive

3 years agoMerge pull request #181 from pukkandan/precheck-archive
Tom-Oliver Heidel [Mon, 16 Nov 2020 21:59:24 +0000 (22:59 +0100)] 
Merge pull request #181 from pukkandan/precheck-archive

Check IDs in the archive before downloading webpage

3 years agoAdd --break-on-existing by @gergesh
pukkandan [Mon, 21 Sep 2020 15:26:18 +0000 (20:56 +0530)] 
Add --break-on-existing by @gergesh

Authored-by: Yoav Shai <redacted>
3 years agoHandle IndexError
pukkandan [Thu, 12 Nov 2020 21:35:29 +0000 (03:05 +0530)] 
Handle IndexError

3 years agoPre-check video IDs in the archive before downloading
pukkandan [Thu, 12 Nov 2020 21:10:51 +0000 (02:40 +0530)] 
Pre-check video IDs in the archive before downloading

3 years ago[skip travis] typo
Tom-Oliver Heidel [Wed, 11 Nov 2020 14:39:00 +0000 (15:39 +0100)] 
[skip travis] typo

3 years agoflake8 yt py2 fix
Unknown [Wed, 11 Nov 2020 14:15:24 +0000 (15:15 +0100)] 
flake8 yt py2 fix

3 years ago[skip travis]
Tom-Oliver Heidel [Wed, 11 Nov 2020 14:08:12 +0000 (15:08 +0100)] 
[skip travis]

3 years ago[youtube] python2 fix #168
Unknown [Wed, 11 Nov 2020 14:05:18 +0000 (15:05 +0100)] 
[youtube] python2 fix #168

proposed fix by awei78

3 years ago[skip travis]
Tom-Oliver Heidel [Tue, 10 Nov 2020 23:40:43 +0000 (00:40 +0100)] 
[skip travis]

3 years agoMerge pull request #149 from RobinD42/fix-subtitle-fallback
Tom-Oliver Heidel [Tue, 10 Nov 2020 23:08:18 +0000 (00:08 +0100)] 
Merge pull request #149 from RobinD42/fix-subtitle-fallback

fall-back to the old way to fetch subtitles, if needed

3 years agoMerge pull request #151 from wlritchi/youtube-playlist-polymer
Tom-Oliver Heidel [Tue, 10 Nov 2020 23:05:27 +0000 (00:05 +0100)] 
Merge pull request #151 from wlritchi/youtube-playlist-polymer

RFC: youtube: Polymer UI and JSON endpoints for playlists

3 years agoMerge pull request #137 from nsapa/fix_subtitle
Tom-Oliver Heidel [Tue, 10 Nov 2020 23:02:09 +0000 (00:02 +0100)] 
Merge pull request #137 from nsapa/fix_subtitle

Fix issue triggered by tubeup

3 years agoytsearchurl 5 pages for around 100 results
Unknown [Tue, 10 Nov 2020 23:00:27 +0000 (00:00 +0100)] 
ytsearchurl 5 pages for around 100 results

3 years ago[youtube] max_pages=5 for search, unlimited for everything else
Luc Ritchie [Tue, 10 Nov 2020 22:47:40 +0000 (17:47 -0500)] 
[youtube] max_pages=5 for search, unlimited for everything else

Also drop a few leftover methods in search that are no longer used.

3 years agoMerge pull request #79 from rigstot/thisvid
Tom-Oliver Heidel [Tue, 10 Nov 2020 22:34:16 +0000 (23:34 +0100)] 
Merge pull request #79 from rigstot/thisvid

implement ThisVid extractor

3 years agoMerge branch 'master' into youtube-playlist-polymer
Tom-Oliver Heidel [Tue, 10 Nov 2020 22:27:55 +0000 (23:27 +0100)] 
Merge branch 'master' into youtube-playlist-polymer

3 years agomanually set limit for youtubesearchurl
Unknown [Tue, 10 Nov 2020 22:20:52 +0000 (23:20 +0100)] 
manually set limit for youtubesearchurl

3 years agoMerge pull request #147 from ZenulAbidin/master
Tom-Oliver Heidel [Tue, 10 Nov 2020 21:58:42 +0000 (22:58 +0100)] 
Merge pull request #147 from ZenulAbidin/master

Fix #93 YoutubePlaylistsIE

3 years agoimplement ThisVid extractor
rigstot [Sun, 19 Jul 2020 13:07:29 +0000 (15:07 +0200)] 
implement ThisVid extractor

deobfuscates the video URL using a reverse engineered version of KVS
player's algorithm. This was tested against version 4.0.4, 5.0.1,
5.1.1.4 and 5.2.0.4 of the player and a warning will be issued if the
major version changes.

3 years agoMerge pull request #159 from pukkandan/no-http-header
Tom-Oliver Heidel [Tue, 10 Nov 2020 18:13:47 +0000 (19:13 +0100)] 
Merge pull request #159 from pukkandan/no-http-header

Fix external downloader when there is no http_header

3 years agoFix external downloader when there is no http_header
pukkandan [Tue, 27 Oct 2020 11:18:23 +0000 (16:48 +0530)] 
Fix external downloader when there is no http_header

3 years agoMerge pull request #153 from Romern/zoom-fix
Tom-Oliver Heidel [Tue, 10 Nov 2020 12:34:47 +0000 (13:34 +0100)] 
Merge pull request #153 from Romern/zoom-fix

[zoom] Fix url parsing for url's containing /share/ and dots

3 years ago[zoom] Fix url parsing for url's containing /share/ and dots
Roman Karwacik [Tue, 10 Nov 2020 09:39:57 +0000 (10:39 +0100)] 
[zoom] Fix url parsing for url's containing /share/ and dots

3 years agofix: youtube: Polymer UI and JSON endpoints for playlists
Luc Ritchie [Tue, 10 Nov 2020 08:38:26 +0000 (03:38 -0500)] 
fix: youtube: Polymer UI and JSON endpoints for playlists

We already had a few copies of Polymer-style pagination handling logic
for certain circumstances, but now we're forced into using it for all
playlists since we can no longer disable Polymer. Refactor the logic to
move it to the parent class for all entry lists (including e.g. search
results, feeds, and list of playlists), and generify a bit to cover the
child classes' use cases.

3 years ago[skip travis] adjust python versions
Tom-Oliver Heidel [Tue, 10 Nov 2020 00:19:33 +0000 (01:19 +0100)] 
[skip travis] adjust python versions

3 years agofall-back to the old way to fetch subtitles, if needed
Robin Dunn [Mon, 9 Nov 2020 23:24:42 +0000 (15:24 -0800)] 
fall-back to the old way to fetch subtitles, if needed

3 years agoFix #93 YoutubePlaylistsIE
Ali Sherief [Mon, 9 Nov 2020 16:06:48 +0000 (16:06 +0000)] 
Fix #93 YoutubePlaylistsIE

3 years ago[youtube] Fix 'liveChatReplayContinuationData' missing 'continuation' key
Nicolas SAPA [Sun, 8 Nov 2020 07:49:03 +0000 (08:49 +0100)] 
[youtube] Fix 'liveChatReplayContinuationData' missing 'continuation' key

live_chat_continuation['continuations'][0]['liveChatReplayContinuationData']['continuation'] can not exist.
So catch the KeyError.

Traceback:
$ tubeup 'https://youtube.com/watch?v=JyE9OF03cao'
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dlc version 2020.10.25
[debug] Python version 3.7.3 (CPython) - Linux-5.8.0-0.bpo.2-amd64-x86_64-with-debian-10.6
[debug] exe versions: ffmpeg 3.3.9, ffprobe 3.3.9
[debug] Proxy map: {}
There are no annotations to write.
[download] 452.59KiB at 615.35KiB/s (00:01)ERROR: 'liveChatReplayContinuationData'
Traceback (most recent call last):
  File "/mnt/data2/Backup/Wiki/.local/lib/python3.7/site-packages/youtube_dlc/YoutubeDL.py", line 846, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/mnt/data2/Backup/Wiki/.local/lib/python3.7/site-packages/youtube_dlc/YoutubeDL.py", line 901, in process_ie_result
    return self.process_video_result(ie_result, download=download)
  File "/mnt/data2/Backup/Wiki/.local/lib/python3.7/site-packages/youtube_dlc/YoutubeDL.py", line 1696, in process_video_result
    self.process_info(new_info)
  File "/mnt/data2/Backup/Wiki/.local/lib/python3.7/site-packages/youtube_dlc/YoutubeDL.py", line 1894, in process_info
    dl(sub_filename, sub_info, subtitle=True)
  File "/mnt/data2/Backup/Wiki/.local/lib/python3.7/site-packages/youtube_dlc/YoutubeDL.py", line 1866, in dl
    return fd.download(name, info, subtitle)
  File "/mnt/data2/Backup/Wiki/.local/lib/python3.7/site-packages/youtube_dlc/downloader/common.py", line 375, in download
    return self.real_download(filename, info_dict)
  File "/mnt/data2/Backup/Wiki/.local/lib/python3.7/site-packages/youtube_dlc/downloader/youtube_live_chat.py", line 85, in real_download
    continuation_id = live_chat_continuation['continuations'][0]['liveChatReplayContinuationData']['continuation']
KeyError: 'liveChatReplayContinuationData'

3 years ago[common] Make sure self.params.get('sleep_interval_subtitles') is int
Nicolas SAPA [Sun, 8 Nov 2020 07:36:26 +0000 (08:36 +0100)] 
[common] Make sure self.params.get('sleep_interval_subtitles') is int

This can happen if another software is using yt-dlc'API (ie: tubeup).
The stack trace would be:
$ tubeup 'https://youtube.com/watch?v=JyE9OF03cao'
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dlc version 2020.10.25
[debug] Python version 3.7.3 (CPython) - Linux-5.8.0-0.bpo.2-amd64-x86_64-with-debian-10.6
[debug] exe versions: ffmpeg 3.3.9, ffprobe 3.3.9
[debug] Proxy map: {}
There are no annotations to write.
ERROR: '>' not supported between instances of 'NoneType' and 'int'
Traceback (most recent call last):
  File "/mnt/data2/Backup/Wiki/.local/lib/python3.7/site-packages/youtube_dlc/YoutubeDL.py", line 846, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "/mnt/data2/Backup/Wiki/.local/lib/python3.7/site-packages/youtube_dlc/YoutubeDL.py", line 901, in process_ie_result
    return self.process_video_result(ie_result, download=download)
  File "/mnt/data2/Backup/Wiki/.local/lib/python3.7/site-packages/youtube_dlc/YoutubeDL.py", line 1696, in process_video_result
    self.process_info(new_info)
  File "/mnt/data2/Backup/Wiki/.local/lib/python3.7/site-packages/youtube_dlc/YoutubeDL.py", line 1894, in process_info
    dl(sub_filename, sub_info, subtitle=True)
  File "/mnt/data2/Backup/Wiki/.local/lib/python3.7/site-packages/youtube_dlc/YoutubeDL.py", line 1866, in dl
    return fd.download(name, info, subtitle)
  File "/mnt/data2/Backup/Wiki/.local/lib/python3.7/site-packages/youtube_dlc/downloader/common.py", line 367, in download
    if self.params.get('sleep_interval_subtitles') > 0:
TypeError: '>' not supported between instances of 'NoneType' and 'int'

3 years agoMerge pull request #129 from blackjack4494/release
Tom-Oliver Heidel [Sat, 7 Nov 2020 15:01:48 +0000 (16:01 +0100)] 
Merge pull request #129 from blackjack4494/release

workflow file

3 years ago[skip travis] update workflow - sha file
Tom-Oliver Heidel [Sat, 7 Nov 2020 15:00:01 +0000 (16:00 +0100)] 
[skip travis] update workflow - sha file

3 years agoMerge pull request #124 from nixxo/mailru-fix
Tom-Oliver Heidel [Sat, 7 Nov 2020 14:08:03 +0000 (15:08 +0100)] 
Merge pull request #124 from nixxo/mailru-fix

[mailru] removed escaped braces, use urljoin, added tests

3 years agoMerge remote-tracking branch 'origin/master'
Unknown [Sat, 7 Nov 2020 14:05:14 +0000 (15:05 +0100)] 
Merge remote-tracking branch 'origin/master'

3 years ago[skip travis] readme and pypi update
Unknown [Sat, 7 Nov 2020 14:05:05 +0000 (15:05 +0100)] 
[skip travis] readme and pypi update

3 years ago[mailru] removed escaped braces, use urljoin, added tests
nixxo [Thu, 5 Nov 2020 19:52:28 +0000 (20:52 +0100)] 
[mailru] removed escaped braces, use urljoin, added tests

3 years agoMerge pull request #118 from insaneracist/youtube-music-playlist
Tom-Oliver Heidel [Thu, 5 Nov 2020 16:28:15 +0000 (17:28 +0100)] 
Merge pull request #118 from insaneracist/youtube-music-playlist

[youtube] fix: Youtube Music playlists

3 years agoMerge pull request #117 from nixxo/la7-proto-fix
Tom-Oliver Heidel [Thu, 5 Nov 2020 16:25:58 +0000 (17:25 +0100)] 
Merge pull request #117 from nixxo/la7-proto-fix

[la7] fix missing protocol

3 years agoMerge pull request #112 from insaneracist/youtube-mix-fix
Tom-Oliver Heidel [Thu, 5 Nov 2020 16:25:27 +0000 (17:25 +0100)] 
Merge pull request #112 from insaneracist/youtube-mix-fix

[youtube] fix: mix playlist title

3 years agoMerge pull request #101 from exwm/vlive-fix
Tom-Oliver Heidel [Thu, 5 Nov 2020 16:20:44 +0000 (17:20 +0100)] 
Merge pull request #101 from exwm/vlive-fix

[vlive] fix extractor for revamped website

3 years agoMerge pull request #120 from pukkandan/no-embed-livechat
Tom-Oliver Heidel [Wed, 4 Nov 2020 20:51:52 +0000 (21:51 +0100)] 
Merge pull request #120 from pukkandan/no-embed-livechat

Don't try to embed/convert json subtitles generated by youtube livechat

3 years agoMerge pull request #108 from insaneracist/ytdl-pr/24751-zoomus
Tom-Oliver Heidel [Wed, 4 Nov 2020 20:21:10 +0000 (21:21 +0100)] 
Merge pull request #108 from insaneracist/ytdl-pr/24751-zoomus

[zoom] new extractor

3 years agoDon't try to embed/convert json subtitles generated by youtube livechat
pukkandan [Wed, 4 Nov 2020 20:17:52 +0000 (01:47 +0530)] 
Don't try to embed/convert json subtitles generated by youtube livechat

3 years ago[zoom] rename extractor from zoomus
insaneracist [Wed, 4 Nov 2020 20:13:51 +0000 (12:13 -0800)] 
[zoom] rename extractor from zoomus

3 years ago[youtube] added Youtube Music channel info
insaneracist [Wed, 4 Nov 2020 20:00:51 +0000 (12:00 -0800)] 
[youtube] added Youtube Music channel info

3 years ago[youtube] fix: Youtube Music playlists
insaneracist [Wed, 4 Nov 2020 18:06:53 +0000 (10:06 -0800)] 
[youtube] fix: Youtube Music playlists

3 years ago[la7] fix missing protocol
nixxo [Wed, 4 Nov 2020 17:14:02 +0000 (18:14 +0100)] 
[la7] fix missing protocol

3 years ago[vlive] add: improved video extractor errors
exwm [Wed, 4 Nov 2020 02:27:49 +0000 (21:27 -0500)] 
[vlive] add: improved video extractor errors

3 years ago[vlive] fix: missing expected types for try_get
exwm [Wed, 4 Nov 2020 02:05:19 +0000 (21:05 -0500)] 
[vlive] fix: missing expected types for try_get

3 years ago[vlive] refactor: delete dead function code
exwm [Wed, 4 Nov 2020 01:59:23 +0000 (20:59 -0500)] 
[vlive] refactor: delete dead function code

3 years ago[youtube] get mix playlist title from ytInitialData
insaneracist [Tue, 3 Nov 2020 15:15:16 +0000 (07:15 -0800)] 
[youtube] get mix playlist title from ytInitialData

3 years agoMerge pull request #57 from insaneracist/youtube-mix-fix
Tom-Oliver Heidel [Tue, 3 Nov 2020 09:33:58 +0000 (10:33 +0100)] 
Merge pull request #57 from insaneracist/youtube-mix-fix

[youtube] fix: extract mix playlist ids from ytInitialData (#33)

3 years ago[skip travis] add option to use pip to use master
Tom-Oliver Heidel [Tue, 3 Nov 2020 09:31:31 +0000 (10:31 +0100)] 
[skip travis] add option to use pip to use master

3 years agoMerge pull request #68 from peet1993/master
Tom-Oliver Heidel [Tue, 3 Nov 2020 09:27:13 +0000 (10:27 +0100)] 
Merge pull request #68 from peet1993/master

[Youtube] Fixed problem with new youtube player

3 years agoMerge pull request #82 from nixxo/skyitalia
Tom-Oliver Heidel [Tue, 3 Nov 2020 09:01:37 +0000 (10:01 +0100)] 
Merge pull request #82 from nixxo/skyitalia

[skyitalia] added geoblock msg

3 years ago[zoomus] Adjusted url regex, now allowing for arbitrary long ids, dont throw warning...
Roman Sebastian Karwacik [Tue, 2 Jun 2020 11:07:10 +0000 (13:07 +0200)] 
[zoomus] Adjusted url regex, now allowing for arbitrary long ids, dont throw warning if password field not found

3 years ago[zoomus] Adjusted referer header, fixed formating for flake8
Roman Sebastian Karwacik [Tue, 21 Apr 2020 07:48:35 +0000 (09:48 +0200)] 
[zoomus] Adjusted referer header, fixed formating for flake8

3 years ago[zoomus] Added support for password protected videos
Roman Sebastian Karwacik [Mon, 20 Apr 2020 14:20:54 +0000 (16:20 +0200)] 
[zoomus] Added support for password protected videos

3 years ago[zoomus] coding conventions
Roman Sebastian Karwacik [Mon, 13 Apr 2020 05:27:56 +0000 (07:27 +0200)] 
[zoomus] coding conventions

3 years ago[zoomus] Cleanup
Roman Sebastian Karwacik [Sun, 12 Apr 2020 22:18:40 +0000 (00:18 +0200)] 
[zoomus] Cleanup

3 years ago[zoomus] Allow for more urls
Roman Sebastian Karwacik [Sun, 12 Apr 2020 21:40:00 +0000 (23:40 +0200)] 
[zoomus] Allow for more urls

3 years ago[zoomus] Add new extractor
Roman Sebastian Karwacik [Sun, 12 Apr 2020 21:27:58 +0000 (23:27 +0200)] 
[zoomus] Add new extractor

3 years ago[vlive] fix: raise login required error on vlive+
exwm [Mon, 2 Nov 2020 23:34:54 +0000 (18:34 -0500)] 
[vlive] fix: raise login required error on vlive+

3 years ago[vlive] fix: live video extractor
exwm [Mon, 2 Nov 2020 17:19:16 +0000 (12:19 -0500)] 
[vlive] fix: live video extractor

* use live video info endpoint from v3 api

3 years ago[vlive] fix: vod logic wrongly used for live video
exwm [Mon, 2 Nov 2020 02:26:17 +0000 (21:26 -0500)] 
[vlive] fix: vod logic wrongly used for live video

3 years ago[vlive] fix: fetching live video not yet uploaded for replay
exwm [Mon, 2 Nov 2020 02:15:45 +0000 (21:15 -0500)] 
[vlive] fix: fetching live video not yet uploaded for replay

3 years ago[vlive] add: support new channel url format
exwm [Sun, 1 Nov 2020 20:40:47 +0000 (15:40 -0500)] 
[vlive] add: support new channel url format

3 years ago[vlive] add: support video post urls
exwm [Sun, 1 Nov 2020 20:04:05 +0000 (15:04 -0500)] 
[vlive] add: support video post urls

3 years ago[vlive] fix: extractor tests for VODs
exwm [Sun, 1 Nov 2020 19:18:27 +0000 (14:18 -0500)] 
[vlive] fix: extractor tests for VODs

3 years agopython2: don't use str, use compat_str
insaneracist [Mon, 2 Nov 2020 22:54:47 +0000 (14:54 -0800)] 
python2: don't use str, use compat_str

3 years ago[skip travis]
Tom-Oliver Heidel [Mon, 2 Nov 2020 07:52:55 +0000 (08:52 +0100)] 
[skip travis]

3 years ago[skip travis] select python 3.8 in workflow file
Tom-Oliver Heidel [Sun, 1 Nov 2020 02:38:44 +0000 (03:38 +0100)] 
[skip travis] select python 3.8 in workflow file

3 years ago[core] sleep-subtitles fix
Unknown [Sun, 1 Nov 2020 02:36:16 +0000 (03:36 +0100)] 
[core] sleep-subtitles fix

3 years ago[viki] new way of obtaining subtitles.
Unknown [Sun, 1 Nov 2020 02:01:10 +0000 (03:01 +0100)] 
[viki] new way of obtaining subtitles.

3 years ago[skyitalia] added geoblock msg
nixxo [Sat, 31 Oct 2020 13:52:07 +0000 (14:52 +0100)] 
[skyitalia] added geoblock msg

3 years agoMerge branch 'master' into youtube-mix-fix
insaneracist [Sat, 31 Oct 2020 09:40:11 +0000 (02:40 -0700)] 
Merge branch 'master' into youtube-mix-fix

3 years agoMerge pull request #74 from blackjack4494/master
Tom-Oliver Heidel [Sat, 31 Oct 2020 08:35:00 +0000 (09:35 +0100)] 
Merge pull request #74 from blackjack4494/master

Release 2020.10.31

3 years ago[skip travis] templates and urls
Unknown [Sat, 31 Oct 2020 08:26:04 +0000 (09:26 +0100)] 
[skip travis] templates and urls

3 years agoMerge pull request #61 from merval/merval/comcast_sso_fix
Tom-Oliver Heidel [Sat, 31 Oct 2020 08:15:15 +0000 (09:15 +0100)] 
Merge pull request #61 from merval/merval/comcast_sso_fix

Added Comcast_SSO fix

3 years agoMerge pull request #65 from TobiX/fix-netzkino
Tom-Oliver Heidel [Sat, 31 Oct 2020 08:14:16 +0000 (09:14 +0100)] 
Merge pull request #65 from TobiX/fix-netzkino

[Netzkino] Only use video id to find metadata

3 years agoMerge pull request #55 from insaneracist/youtube-music-metadata-fix
Tom-Oliver Heidel [Sat, 31 Oct 2020 08:08:33 +0000 (09:08 +0100)] 
Merge pull request #55 from insaneracist/youtube-music-metadata-fix

[youtube] fix: extract artist metadata from ytInitialData (#49)

3 years agoMerge pull request #47 from insaneracist/newgrounds-fix
Tom-Oliver Heidel [Sat, 31 Oct 2020 08:05:05 +0000 (09:05 +0100)] 
Merge pull request #47 from insaneracist/newgrounds-fix

[newgrounds] fix: video download

3 years agoMerge pull request #51 from B0pol/nitter
Tom-Oliver Heidel [Sat, 31 Oct 2020 08:03:17 +0000 (09:03 +0100)] 
Merge pull request #51 from B0pol/nitter

[nitter] Add new extractor

3 years agoMerge pull request #30 from merval/merval/brightcove_drm
Tom-Oliver Heidel [Sat, 31 Oct 2020 08:02:50 +0000 (09:02 +0100)] 
Merge pull request #30 from merval/merval/brightcove_drm

Added DRM logic to brightcove

3 years agoMerge pull request #19 from nixxo/patch-1
Tom-Oliver Heidel [Sat, 31 Oct 2020 08:02:06 +0000 (09:02 +0100)] 
Merge pull request #19 from nixxo/patch-1

[mtv] Fix a missing match_id

3 years agoMerge pull request #40 from nixxo/skyitalia
Tom-Oliver Heidel [Sat, 31 Oct 2020 08:00:29 +0000 (09:00 +0100)] 
Merge pull request #40 from nixxo/skyitalia

[skyitalia] Add new extractor

3 years agoMerge pull request #45 from insaneracist/xtube-fix
Tom-Oliver Heidel [Sat, 31 Oct 2020 07:58:51 +0000 (08:58 +0100)] 
Merge pull request #45 from insaneracist/xtube-fix

[xtube] fix extractor (#17)

3 years agoflake8. added sha256 check to updater.
Unknown [Sat, 31 Oct 2020 07:57:55 +0000 (08:57 +0100)] 
flake8. added sha256 check to updater.

3 years ago[skip travis] finalised workflow
Tom-Oliver Heidel [Sat, 31 Oct 2020 07:36:14 +0000 (08:36 +0100)] 
[skip travis] finalised workflow

3 years ago[skip travis] half done workflow
Tom-Oliver Heidel [Sat, 31 Oct 2020 06:21:58 +0000 (07:21 +0100)] 
[skip travis] half done workflow

3 years ago[core/yt_live_chat] live_chat is back. dl() new parameter
Unknown [Sat, 31 Oct 2020 04:46:51 +0000 (05:46 +0100)] 
[core/yt_live_chat] live_chat is back. dl() new parameter

3 years agoFixed problem with new youtube player, leading to "Unable to extract video data".
Peter Oettig [Fri, 30 Oct 2020 22:24:55 +0000 (23:24 +0100)] 
Fixed problem with new youtube player, leading to "Unable to extract video data".

3 years agoOnly use video id to find metadata
Tobias Gruetzmacher [Fri, 30 Oct 2020 20:29:21 +0000 (21:29 +0100)] 
Only use video id to find metadata