Search Criteria
Package Details: youtube-tool 1.0.11-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/youtube-tool.git (read-only, click to copy) |
---|---|
Package Base: | youtube-tool |
Description: | CLI tool to extract comments, subtitles or livechat content from a youtube video |
Upstream URL: | https://github.com/nlitsme/youtube_tool |
Keywords: | osint youtube |
Licenses: | MIT |
Conflicts: | youtube_tool |
Provides: | youtube_tool |
Submitter: | clove3am |
Maintainer: | Hyllios |
Last Packager: | Hyllios |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2020-09-06 19:46 (UTC) |
Last Updated: | 2021-07-26 23:27 (UTC) |
Latest Comments
benaiu commented on 2025-09-07 23:00 (UTC) (edited on 2025-09-07 23:01 (UTC) by benaiu)
do you have any idea how to format the text so it doesn't look like a wall of text and more like code?
$ yttool --comments https://www.youtube.com/watch?v=2Aynaejlcfk youtube-comment-section/babasonicos ==> https://www.youtube.com/watch?v=2Aynaejlcfk <== Traceback (most recent call last): File "/usr/bin/yttool", line 33, in <module> sys.exit(load_entry_point('youtube_tool==1.0.11', 'console_scripts', 'yttool')())
~^^ File "/usr/lib/python3.13/site-packages/yttool.py", line 1081, in main html = yt.httpreq(url) File "/usr/lib/python3.13/site-packages/yttool.py", line 160, in httpreq response = self.opener.open(req, *kwargs) File "/usr/lib/python3.13/urllib/request.py", line 489, in open response = self._open(req, data) File "/usr/lib/python3.13/urllib/request.py", line 506, in _open result = self._call_chain(self.handle_open, protocol, protocol + '_open', req) File "/usr/lib/python3.13/urllib/request.py", line 466, in _call_chain result = func(args) File "/usr/lib/python3.13/urllib/request.py", line 1367, in https_open return self.do_open(http.client.HTTPSConnection, req,^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ context=self._context) ^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/urllib/request.py", line 1319, in do_open h.request(req.get_method(), req.selector, req.data, headers,~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ encode_chunked=req.has_header('Transfer-encoding')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/http/client.py", line 1338, in request self._send_request(method, url, body, headers, encode_chunked)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/http/client.py", line 1379, in _send_request self.putheader(hdr, value)^^^^^^^^^^^^ File "/usr/lib/python3.13/http/client.py", line 1315, in putheader if _is_illegal_header_value(values[i]):^^^^^^^^^^^ TypeError: expected string or bytes-like object, got 'NoneType'