Browse Source

Uploader provided captioning

microtasks
tech234a 3 years ago
parent
commit
e5a9b68c15
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      export.py

+ 3
- 0
export.py View File

@@ -127,6 +127,9 @@ def subprrun(jobs, mysession):
if mode == "forceedit-captions":
filestring = "_community_revised"

if 'title="The video owner already provided subtitles/CC"' in inttext:
filestring = "_uploader_provided"

if not "forceedit" in mode:
if '&amp;forceedit=metadata&amp;tab=metadata">See latest</a>' in inttext:
jobs.put((langcode, vid, "forceedit-metadata"))


Loading…
Cancel
Save