Browse Source

Rebased with upstream/master

mcd1992 11 years ago
parent
commit
7833d941bb
2 changed files with 0 additions and 5 deletions
  1. 0 2
      README.md
  2. 0 3
      youtube_dl/__init__.py

+ 0 - 2
README.md

@@ -288,8 +288,6 @@ which means you can modify it, redistribute it or use it however you like.
                                      postprocessors (default)
                                      postprocessors (default)
     --prefer-ffmpeg                  Prefer ffmpeg over avconv for running the
     --prefer-ffmpeg                  Prefer ffmpeg over avconv for running the
                                      postprocessors
                                      postprocessors
-    --exec                           Execute a command after the file is finished downloading, similar to find's -exec format
-                                     Example: --exec 'adb push {} /sdcard/Music/ && rm {}'
 
 
 # CONFIGURATION
 # CONFIGURATION
 
 

+ 0 - 3
youtube_dl/__init__.py

@@ -71,12 +71,9 @@ __authors__  = (
     'Sebastian Haas',
     'Sebastian Haas',
     'Alexander Kirk',
     'Alexander Kirk',
     'Erik Johnson',
     'Erik Johnson',
-<<<<<<< HEAD
     'Keith Beckman',
     'Keith Beckman',
     'Ole Ernst',
     'Ole Ernst',
-=======
     'Aaron McDaniel (mcd1992)',
     'Aaron McDaniel (mcd1992)',
->>>>>>> Implemented --exec option.
 )
 )
 
 
 __license__ = 'Public Domain'
 __license__ = 'Public Domain'