Package Details: youtube_extract-git 1.3.7-1

Git Clone URL: https://aur.archlinux.org/youtube_extract-git.git (read-only, click to copy)
Package Base: youtube_extract-git
Description: Extract metadata for all videos from a youtube channel into a csv file.
Upstream URL: https://github.com/dbeley/youtube_extract
Licenses: MIT
Conflicts: youtube_extract
Provides: youtube_extract
Submitter: dbeley
Maintainer: dbeley
Last Packager: dbeley
Votes: 1
Popularity: 0.000000
First Submitted: 2019-10-09 09:52 (UTC)
Last Updated: 2021-02-21 09:00 (UTC)

Latest Comments

eniac commented on 2020-08-27 14:19 (UTC) (edited on 2020-08-27 14:42 (UTC) by eniac)

Please add openpyxl and pandas as requirements (see https://github.com/dbeley/youtube_extract).

I tried "youtube_extract -e xlsx" and got the following missing module error:

Traceback (most recent call last):
  File "/usr/bin/youtube_extract", line 33, in <module>
    sys.exit(load_entry_point('youtube-extract==1.3.3', 'console_scripts', 'youtube_extract')())
  File "/usr/lib/python3.8/site-packages/youtube_extract/__main__.py", line 103, in main
    df.to_excel(export_filename + ".xlsx", index=False)
  File "/home/user/.local/lib/python3.8/site-packages/pandas/core/generic.py", line 2175, in to_excel
    formatter.write(
  File "/home/user/.local/lib/python3.8/site-packages/pandas/io/formats/excel.py", line 726, in write
    writer = ExcelWriter(stringify_path(writer), engine=engine)
  File "/home/user/.local/lib/python3.8/site-packages/pandas/io/excel/_openpyxl.py", line 18, in __init__
    from openpyxl.workbook import Workbook
ModuleNotFoundError: No module named 'openpyxl'