From 7651816d341fddbd3db58387fcd7f7f4af3a166e Mon Sep 17 00:00:00 2001 From: fauresystems <34378695+fauresystems@users.noreply.github.com> Date: Thu, 27 Jun 2019 07:14:55 +0200 Subject: [PATCH] Delete test_fork.py --- test_fork.py | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 test_fork.py diff --git a/test_fork.py b/test_fork.py deleted file mode 100644 index 1e7c86520..000000000 --- a/test_fork.py +++ /dev/null @@ -1,24 +0,0 @@ -""" -test_fork.py is not added to git (only for local testing) -""" - -from __future__ import unicode_literals -import youtube_dl - -ydl_opts = { - 'skip_download': True, -} - -with youtube_dl.YoutubeDL(ydl_opts) as ydl: - ydl.download(['http://www.pornhub.com/view_video.php?viewkey=1331683002']) - -exit() - -ydl_opts = { - 'format': 'bestvideo[ext=mp4]+bestaudio[ext=m4a]', - 'username': "tdsist", - 'password': "ZtOUktu0QP", -} - -with youtube_dl.YoutubeDL(ydl_opts) as ydl: - ydl.download(['https://fr.pornhubpremium.com/view_video.php?viewkey=ph5bdbb2cd6df6a']) \ No newline at end of file