Skip to content

Add exception for youtube due to rate limit

Marcel Amirault requested to merge youtube-rate-limit-exception into master

Related to technical-writing#410 (closed)

Youtube link checking is failing on rate limits, so we need to exclude it from the link checker (https://gitlab.com/gitlab-org/gitlab-docs/-/jobs/1079372076):

  public/ee/ci/environments/index.html:
    [ ERROR ] external_links - broken reference to https://youtu.be/70jDXtOf4Ig: 429
  public/ee/integration/jira_development_panel.html:
    [ ERROR ] external_links - broken reference to https://www.youtube.com/watch?v=VjVTOmMl85M&feature=youtu.be: 429
  public/ee/ci/docker/using_kaniko.html:
    [ ERROR ] external_links - broken reference to https://www.youtube.com/watch?v=d96ybcELpFs: 429
  public/ee/ci/introduction/index.html:
    [ ERROR ] external_links - broken reference to https://www.youtube.com/watch?v=l5705U8s_nQ&t=397: 429
  public/ee/ci/migration/jenkins.html:
    [ ERROR ] external_links - broken reference to https://www.youtube.com/watch?v=RlEVGOpYF5Y: 429
  public/ee/ci/parent_child_pipelines.html:
    [ ERROR ] external_links - broken reference to https://youtu.be/n8KpBSqZNbk: 429
  public/ee/ci/pipelines/job_artifacts.html:
    [ ERROR ] external_links - broken reference to https://www.youtube.com/watch?v=Jav4vbUrqII: 429
  public/ee/ci/pipelines/settings.html:
    [ ERROR ] external_links - broken reference to https://www.youtube.com/watch?v=Jav4vbUrqII: 429
  public/ee/development/api_graphql_styleguide.html:
    [ ERROR ] external_links - broken reference to https://www.youtube.com/watch?v=-9L_1MWrjkg: 429
  public/ee/development/secure_coding_guidelines.html:
    [ ERROR ] external_links - broken reference to https://youtu.be/2VFavqfDS6w?t=643: 429
    [ ERROR ] external_links - broken reference to https://www.youtube.com/watch?v=2VFavqfDS6w&t=12991s: 429
    [ ERROR ] external_links - broken reference to https://youtu.be/2VFavqfDS6w?t=603s: 429
  public/ee/integration/sourcegraph.html:
    [ ERROR ] external_links - broken reference to https://www.youtube.com/watch?v=LjVxkt4_sEA: 429
  public/ee/university/index.html:
    [ ERROR ] external_links - broken reference to https://www.youtube.com/watch?v=03wb9FvO4Ak&index=5&list=PLFGfElNsQthbQu_IWlNOxul0TbS_2JH-e: 429
    [ ERROR ] external_links - broken reference to https://www.youtube.com/watch?v=HPMjM-14qa8: 429
    [ ERROR ] external_links - broken reference to https://www.youtube.com/watch?v=25pHyknRgEo&index=14&list=PLFGfElNsQthbQu_IWlNOxul0TbS_2JH-e: 429
  public/ee/user/group/saml_sso/index.html:
    [ ERROR ] external_links - broken reference to https://youtu.be/24-ZxmTeEBU: 429
  public/ee/user/infrastructure/index.html:
    [ ERROR ] external_links - broken reference to https://www.youtube.com/watch?v=iGXjUrkkzDI: 429
  public/ee/user/packages/workflows/project_registry.html:
    [ ERROR ] external_links - broken reference to https://youtu.be/ui2nNBwN35c: 429
  public/ee/user/profile/notifications.html:
    [ ERROR ] external_links - broken reference to https://www.youtube.com/watch?v=qyeNkGgqmH4: 429
  public/ee/user/project/issue_board.html:
    [ ERROR ] external_links - broken reference to https://www.youtube.com/watch?v=5J0bonGoECs: 429
Edited by Marcel Amirault

Merge request reports