]> git.parisson.com Git - yomguy-tools.git/commitdiff
more info
authoryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Tue, 21 Apr 2009 14:11:48 +0000 (14:11 +0000)
committeryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Tue, 21 Apr 2009 14:11:48 +0000 (14:11 +0000)
git-svn-id: http://svn.parisson.org/svn/tools/trunk@57 457c0346-1240-4656-8a5a-9edca8063506

various/media_web_search.py

index cc44dd57bd52a3abf619f0c806d275d6a304e160..950196a36183862136d8d83cdf3e505d5f615c8f 100755 (executable)
@@ -5,8 +5,8 @@
 
 # <yomguy@parisson.com>
 
-# This software is a computer program whose purpose is to stream audio
-# and video data through icecast2 servers.
+# This software is a computer program whose purpose is to find cool music
+# samples over internet with the help of google search ajax api.
 
 # This software is governed by the CeCILL  license under French law and
 # abiding by the rules of distribution of free software.  You can  use,
@@ -46,8 +46,7 @@ from threading import Thread
 version = '0.1'
 
 def prog_info():
-    return """ media_web_search.py v%s
- easy media crawler over google search
+    return """ media_web_search.py v%s : easy media crawler through google search
 
  Depends on:
     python, python-simplejson
@@ -61,7 +60,13 @@ def prog_info():
     M3U_FILE an output M3U playlist file
 
  For example:
-    ./media_web_search.py mp3 "daft music" search.m3u
+    ./media_web_search.py wav "sample" search.m3u
+
+ Author:
+    Guillaume Pellerin <yomguy@parisson.com>
+
+ License:
+    CeCILL v2
  """ % version