aboutsummaryrefslogtreecommitdiffstats
path: root/dtube
diff options
context:
space:
mode:
Diffstat (limited to 'dtube')
-rwxr-xr-xdtube/dtube.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dtube/dtube.py b/dtube/dtube.py
index b0a868d..c54127c 100755
--- a/dtube/dtube.py
+++ b/dtube/dtube.py
@@ -277,5 +277,7 @@ if __name__ == '__main__':
if options.url_nocache is False:
requests_cache.install_cache('cache_dtube')
+ print target
+ print
he = He.initTarget(target, verbose=options.verbose)
he.show()