[vk] Detect more errors due to copyright complaints (#15259)
authorSergey M․ <dstftw@gmail.com>
Mon, 15 Jan 2018 15:56:45 +0000 (22:56 +0700)
committerSergey M․ <dstftw@gmail.com>
Mon, 15 Jan 2018 17:51:50 +0000 (00:51 +0700)
youtube_dl/extractor/vk.py

index d4838b3e5f59410c7e3db3b99823261d51350925..b8ea50362fc83f9bcdb480a9625d0dc55cd28b52 100644 (file)
@@ -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, '