- 07 Oct, 2016 10 commits
-
-
Sergey M․ authored
-
Sergey M․ authored
-
Sergey M․ authored
[ci skip]
-
Remita Amine authored
-
Yen Chi Hsuan authored
According to the dump file in #10846, handleServerJS() now accepts an optional second argument. It's a string from available dump files.
-
Yen Chi Hsuan authored
-
Yen Chi Hsuan authored
And use _generic_* helpers in those extractors
-
Yen Chi Hsuan authored
-
Yen Chi Hsuan authored
-
Yen Chi Hsuan authored
This reverts commit 831a34ca. The reverted commit breaks lazy extractors.
-
- 06 Oct, 2016 3 commits
-
-
Yen Chi Hsuan authored
Closes #9387 The shell assignment operator != was introduced in GNU make 4.0, or specifically the commit in [1]. This fix removes such usages and fallback to a more portable syntax. Tested with: * GNU make 3.82 on CentOS 7.2 * bmake 20150910 on CentOS 7.2, source RPM from Fedora 24 [2] * GNU make 4.2.1 on Arch Linux (Arch official package) * bmake 20160926 on Arch Linux (Arch official package) * GNU make 3.82 on Arch Linux (Compiled from source) * Apple bsdmake-24 on macOS Sierra, binary package from Homebrew Thanks @bdeyal for the feedback of the first tests [1] http://git.savannah.gnu.org/cgit/make.git/commit/?id=b34438bee83ee906a23b881f257e684a0993b9b1 [2] http://koji.fedoraproject.org/koji/buildinfo?buildID=716769
-
Sergey M․ authored
-
Remita Amine authored
-
- 05 Oct, 2016 2 commits
-
-
Remita Amine authored
-
Sergey M․ authored
-
- 04 Oct, 2016 3 commits
-
-
Steffan Donal authored
Legal name change!
-
Remita Amine authored
-
Remita Amine authored
-
- 03 Oct, 2016 6 commits
-
-
Sergey M․ authored
-
Aleksander Nitecki authored
-
Sergey M․ authored
-
Remita Amine authored
-
Déstin Reed authored
-
Remita Amine authored
-
- 02 Oct, 2016 8 commits
-
-
Sergey M․ authored
-
Yen Chi Hsuan authored
[pornoxo] Use JWPlatform to improve metadata extraction
-
Déstin Reed authored
-
Sergey M․ authored
-
Sergey M․ authored
-
Yen Chi Hsuan authored
-
Yen Chi Hsuan authored
-
Yen Chi Hsuan authored
-
- 01 Oct, 2016 8 commits
-
-
Yen Chi Hsuan authored
-
Yen Chi Hsuan authored
Reported at https://github.com/rg3/youtube-dl/issues/9054#issuecomment-250451823
-
Sergey M․ authored
-
Sergey M․ authored
-
Déstin Reed authored
-
Sergey M․ authored
-
Yen Chi Hsuan authored
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] https://github.com/iustin/pyxattr/pull/9 [4] https://github.com/rg3/youtube-dl/issues/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
-
Yen Chi Hsuan authored
-