Skip to content

Commit

Permalink
Merge pull request #55 from thijstakken/develop
Browse files Browse the repository at this point in the history
YT-DLP patch
  • Loading branch information
thijstakken authored Oct 25, 2023
2 parents dbe883c + 7ce5272 commit b33b447
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#youtube_dl==2021.12.17
yt-dlp==2023.7.6
yt-dlp==2023.10.13
python-dotenv
#os
requests
pyparsing
pyparsing

0 comments on commit b33b447

Please sign in to comment.