Package Details: you-get-git 0.4.909.20170913.1763-1

Git Clone URL: https://aur.archlinux.org/you-get-git.git (read-only, click to copy)
Package Base: you-get-git
Description: A YouTube/Youku/Sohu/Tudou/QQ/Sina/PPTV/Xiami/Vimeo/ifeng/AcFun/bilibili/CNTV/... video downloader written in Python 3.
Upstream URL: http://www.soimort.org/you-get/
Licenses: MIT
Conflicts: you-get
Provides: you-get
Submitter: lilydjwg
Maintainer: SanskritFritz
Last Packager: lilac
Votes: 37
Popularity: 0.000001
First Submitted: 2014-03-07 13:46 (UTC)
Last Updated: 2017-09-13 09:53 (UTC)

Dependencies (3)

Required by (1)

Sources (1)

Latest Comments

1 2 Next › Last »

zoe commented on 2022-05-06 06:25 (UTC) (edited on 2022-05-06 06:27 (UTC) by zoe)

Please, replace the line source :

      git://

with

      git+https://

because the unauthenticated git protocol is no longer supported

Otherwise, this package does not build :

      error downloading sources: you-get-git 
          context: exit status 1

lilydjwg commented on 2017-09-14 04:53 (UTC)

I'm leaving this package to switch to youtube-dl.

lilydjwg commented on 2017-08-14 13:18 (UTC)

midgard: it's quoted.

midgard commented on 2017-08-13 10:02 (UTC)

On line 37 of the PKGBUILD, there's an unquoted $pkgdir.

qwivan commented on 2017-02-12 22:44 (UTC)

There is a "you-get" package if official repo. you should add "you-get" to conflict and add privodes=(you-get) for it

DaveCode commented on 2014-07-20 09:07 (UTC)

That 'wrong' (?) idea is what I addressed. Maybe I'll pulse the mailing list for you. Upstream is GitHub like most other -git pkgs in AUR. PS, YouTube duplication in Description line.

lilydjwg commented on 2014-07-20 07:33 (UTC)

I mean, the result package users builds will have a good version string, not the source package. I don't quite remember why I invoke Python. Maybe because there were no tags when I first packaged it. I've already changed to use latest tag and commit date to make up a version string. If the upstream changes their tag name convention, an update for the PKGBUILD is likely to be necessary :-)

DaveCode commented on 2014-07-20 06:36 (UTC)

A -git pkg has no version beyond the last commit / tag / whatever. It's a 'rolling version' and meaningless by definition. Pacaur offers a special flag (--devel) just to build these. If you do a -git PKGBUILD right you will almost never need to change it. Have you looked at other -git pkgs in AUR? If you really want to version it this way, the whole pkg should be renamed you-get-03-git which is kinda nuts but doable. At least that is my understanding, I could be somewhat off, but maybe you should write the AUR mailing list about it and ask? Thanks

lilydjwg commented on 2014-07-20 03:45 (UTC)

I'd like to make it easy to know which upstream version it is and how recent it's updated. But, ahhhh, the upstream is naming its version with a date....I'll try again... Using the hash in version isn't good, as pacman can't compare them correctly.

DaveCode commented on 2014-07-20 00:57 (UTC)

The pkgver() looks complex and invokes Python. Why not use pkgver ideas shown on wiki? https://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines#Git