summaryrefslogtreecommitdiffstats
path: root/download.py
diff options
context:
space:
mode:
authorGravatar ryuslash2010-02-09 02:45:56 +0100
committerGravatar ryuslash2010-02-09 02:45:56 +0100
commit68be1fe204732b137b5a776b3c4e44876006ac94 (patch)
treeefdebd18691450f241e0b5ab80323b9f623e7eeb /download.py
parent1b09267876e51c0456c062e10ab70c0f7eba6c34 (diff)
download4grab-68be1fe204732b137b5a776b3c4e44876006ac94.tar.gz
4grab-68be1fe204732b137b5a776b3c4e44876006ac94.zip
Added license info and README
Diffstat (limited to 'download.py')
-rw-r--r--download.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/download.py b/download.py
index 7ab1a43..d892608 100644
--- a/download.py
+++ b/download.py
@@ -1,4 +1,24 @@
#!/usr/bin/env python
+
+######################################################################
+# Copyright 2009, 2010 ryuslash
+#
+# This file is part of 4grab.
+#
+# 4grab is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# 4grab is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with 4grab. If not, see <http://www.gnu.org/licenses/>.
+######################################################################
+
import urllib
import os
import htmlparser