about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2018-01-15 22:56:45 +0700
committerSergey M․ <dstftw@gmail.com>2018-01-16 00:51:50 +0700
commit1d1d60f6dd4d7c33dc690ff5c68fdab11e6c0af7 (patch)
tree965dd53f25f19aca8ce989e48bc1bacfa9bb73cc
parenta86922c4702e2c8538337124c5bf02a4b5f9aa4a (diff)
downloadyoutube-dl-1d1d60f6dd4d7c33dc690ff5c68fdab11e6c0af7.tar.gz
youtube-dl-1d1d60f6dd4d7c33dc690ff5c68fdab11e6c0af7.tar.xz
youtube-dl-1d1d60f6dd4d7c33dc690ff5c68fdab11e6c0af7.zip
[vk] Detect more errors due to copyright complaints (#15259)
-rw-r--r--youtube_dl/extractor/vk.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/youtube_dl/extractor/vk.py b/youtube_dl/extractor/vk.py
index d4838b3e5..b8ea50362 100644
--- a/youtube_dl/extractor/vk.py
+++ b/youtube_dl/extractor/vk.py
@@ -318,9 +318,14 @@ class VKIE(VKBaseIE):
                 'You are trying to log in from an unusual location. You should confirm ownership at vk.com to log in with this IP.',
                 expected=True)
 
+        ERROR_COPYRIGHT = 'Video %s has been removed from public access due to rightholder complaint.'
+
         ERRORS = {
             r'>Видеозапись .*? была изъята из публичного доступа в связи с обращением правообладателя.<':
-            'Video %s has been removed from public access due to rightholder complaint.',
+            ERROR_COPYRIGHT,
+
+            r'>The video .*? was removed from public access by request of the copyright holder.<':
+            ERROR_COPYRIGHT,
 
             r'<!>Please log in or <':
             'Video %s is only available for registered users, '