mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-19 09:14:30 +00:00
Compare commits
No commits in common. "8001ff4349fa4eaafd0f88fd8abdf8756090596d" and "88c8a68eb52268111e224293e9a6519944971096" have entirely different histories.
8001ff4349
...
88c8a68eb5
32
.github/workflows/wiki.yml
vendored
32
.github/workflows/wiki.yml
vendored
@ -1,32 +0,0 @@
|
|||||||
name: Update wiki
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: '22 22 * * *'
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
permissions: {}
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: wiki
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
update_wiki:
|
|
||||||
name: Update wiki
|
|
||||||
if: github.ref == 'refs/heads/master' && github.repository == 'yt-dlp/yt-dlp'
|
|
||||||
permissions:
|
|
||||||
contents: write # Needed to git-push to the wiki
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
||||||
with:
|
|
||||||
repository: yt-dlp/yt-dlp-wiki
|
|
||||||
ref: master
|
|
||||||
fetch-depth: 0
|
|
||||||
persist-credentials: true # Needed to git-push to the wiki
|
|
||||||
|
|
||||||
- name: Push to wiki
|
|
||||||
run: |
|
|
||||||
git remote add upstream https://github.com/yt-dlp/yt-dlp.wiki.git
|
|
||||||
git fetch upstream
|
|
||||||
git push --force upstream master
|
|
||||||
@ -1890,7 +1890,6 @@ class InfoExtractor:
|
|||||||
'ShallowReactive': indirect_reviver,
|
'ShallowReactive': indirect_reviver,
|
||||||
'Ref': indirect_reviver,
|
'Ref': indirect_reviver,
|
||||||
'Reactive': indirect_reviver,
|
'Reactive': indirect_reviver,
|
||||||
'skipHydrate': indirect_reviver,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user