aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknown <blackjack4494@web.de>2020-10-13 02:03:48 +0200
committerUnknown <blackjack4494@web.de>2020-10-13 02:03:48 +0200
commitf33b7b5eb454ab182a3c8740875274469f5c3e0b (patch)
tree15f74c5df7cad4e8dd8849a12d5c9e799ca75c91
parent86b868c6a52a9fba2c11ceb4268c7d088d2960f6 (diff)
downloadhypervideo-pre-f33b7b5eb454ab182a3c8740875274469f5c3e0b.tar.lz
hypervideo-pre-f33b7b5eb454ab182a3c8740875274469f5c3e0b.tar.xz
hypervideo-pre-f33b7b5eb454ab182a3c8740875274469f5c3e0b.zip
[Twitter/t.co] showcase expanded how to use generic
-rw-r--r--youtube_dlc/extractor/twitter.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/youtube_dlc/extractor/twitter.py b/youtube_dlc/extractor/twitter.py
index 8c35e285c..78d8ebdd5 100644
--- a/youtube_dlc/extractor/twitter.py
+++ b/youtube_dlc/extractor/twitter.py
@@ -615,4 +615,5 @@ class TwitterShortenerIE(TwitterBaseIE):
_VALID_URL = r'https?://t.co/'
def _real_extract(self, url):
- print(url) \ No newline at end of file
+ print(url)
+ return self.url_result(url, 'Generic') \ No newline at end of file