-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for xattrs #5498
Comments
With |
ah, sorry did not know about |
If you want to enable this option for all downloads, try the configuration file |
thanks |
not sure what's the syntax for config?
|
Your config file is OK. The problem seems coming from python-pyxattr. What is the version of python-pyxattr you use? Note that the latest youtube-dl is version 2015.04.17, and you should always use the latest version. If you still encounter errors with the latest version, post the full verbose log with the |
python-pyxattr-0.4.0-4.x86_64, same trace with youtube-dl==2015.2.28 |
the full
|
With youtube-dl 2015.02.28, pyxattr 0.5.0 works for me while 0.4.0 fails with the same |
I'm closing the issue since it works with the last version of pyxattr. |
For more information, see #5498 and changes to convertObj() in iustin/pyxattr@cc84e46
Closes #9054 There are two xattr packages in Python, pyxattr [1] and xattr [2]. They have different APIs. In old days pyxattr supports Linux only and xattr supports Linux, Mac, FreeBSD and Solaris, and pyxattr supports Linux only. Recently pyxattr adds support for Mac OS X. [3] An old version of [2] is shipped with Mac OS X. However, some Linux distributions have pyxattr only, for example PLD-Linux [4] and old Arch Linux. [5] As a result, supporting both is the way to go. [1] https://github.com/iustin/pyxattr [2] https://github.com/xattr/xattr [3] iustin/pyxattr#9 [4] #5498 [5] https://git.archlinux.org/svntogit/community.git/commit/?id=427c4c76401e386d865ccddea4fbfdc74df80492 https://git.archlinux.org/svntogit/community.git/commit/?id=59b40da7b69622a6761d364a8b07909e9cccaa56 python-xattr is added on 2016/06/29 while pyxattr is there for more than 6 years
would be cool if youtube-dl supported
user.xdg.origin.url
anduser.xdg.referrer.url
Extended Attributesmost browsers already do that, for example chrome on linux:
i have patch for wget as well
The text was updated successfully, but these errors were encountered: