10 buildPythonPackage rec {
11 pname = "instaloader";
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
18 owner = "instaloader";
20 rev = "refs/tags/v${version}";
21 sha256 = "sha256-ysyHCdgednd+cddcXDmEIY1RO8RPHTDitj4NT1IpE8Y=";
28 propagatedBuildInputs = [
33 pythonImportsCheck = [ "instaloader" ];
36 homepage = "https://instaloader.github.io/";
37 description = "Download pictures (or videos) along with their captions and other metadata from Instagram";
38 maintainers = with maintainers; [ creator54 ];
39 license = licenses.mit;
40 mainProgram = "instaloader";