Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
add support for xattrs #5498
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.urlanduser.xdg.referrer.urlExtended Attributesmost browsers already do that, for example chrome on linux:
i have patch for wget as well