9 buildPythonPackage rec {
11 pname = "infoqscraper";
13 src = pkgs.fetchFromGitHub {
17 sha256 = "07mxp4mla7fwfc032f3mxrhjarnhkjqdxxibf9ba87c93z3dq8jj";
23 buildInputs = [ html5lib ];
24 propagatedBuildInputs = [ six beautifulsoup4 pkgs.ffmpeg_3 pkgs.swftools pkgs.rtmpdump ];
27 description = "Discover presentations and/or create a movie consisting of slides and audio track from an infoq url";
28 homepage = "https://github.com/cykl/infoqscraper/wiki";
29 license = licenses.mit;
30 maintainers = with maintainers; [ edwtjo ];