浏览代码

Fix duplicate files

pull/5/head
tech234a 3 年前
父节点
当前提交
14ab70a0ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      export.py

+ 1
- 1
export.py 查看文件

@@ -130,7 +130,7 @@ def subprrun(jobs, mysession):
if '<li id="captions-editor-nav-captions" role="tab" data-state="published" class="published">' in inttext:
jobs.put((langcode, vid, "forceedit-captions"))

if 'id="reject-captions-button"' in inttext or 'id="reject-metadata-button"' in inttext or 'data-state="published"' in inttext or 'title="The video owner already provided subtitles/CC"' in inttext or "forceedit" in mode: #quick way of checking if this page is worth parsing
if 'id="reject-captions-button"' in inttext or 'id="reject-metadata-button"' in inttext or 'data-state="published"' in inttext or 'title="The video owner already provided subtitles/CC"' in inttext: #quick way of checking if this page is worth parsing
parser = MyHTMLParser()
parser.feed(inttext)



正在加载...
取消
保存