Skip to content

Commit

Permalink
Removing ability to download videos given YouTube recent changes, gau…
Browse files Browse the repository at this point in the history
…gin will be updated to only show links to the origin
  • Loading branch information
boggydigital committed Oct 3, 2024
1 parent 4f1dfb7 commit 99e5926
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 498 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ VOLUME /var/lib/vangogh/metadata
VOLUME /var/lib/vangogh/output
# recycle_bin (cold storage)
VOLUME /var/lib/vangogh/recycle_bin
# videos (cold storage)
VOLUME /var/lib/vangogh/videos

ENTRYPOINT ["/usr/bin/vg"]
CMD ["serve","-port", "1853", "-stderr"]
12 changes: 0 additions & 12 deletions cli-commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,6 @@ get-purchases

get-summary

get-thumbnails
id&
slug&
missing
force

get-videos
id&
slug&
missing
force

health
url^*

Expand Down
127 changes: 0 additions & 127 deletions cli/get_thumbnails.go

This file was deleted.

147 changes: 0 additions & 147 deletions cli/get_videos.go

This file was deleted.

72 changes: 0 additions & 72 deletions cli/itemizations/missing_local_videos.go

This file was deleted.

14 changes: 0 additions & 14 deletions cli/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -259,20 +259,6 @@ func Sync(
}
}

// get videos
if syncOpts.videos {
if err := GetVideos(map[string]bool{}, true, false); err != nil {
return sa.EndWithError(err)
}
}

// get thumbnails
if syncOpts.thumbnails {
if err := GetThumbnails(map[string]bool{}, true, false); err != nil {
return sa.EndWithError(err)
}
}

syncEventsRdx, err := vangogh_local_data.NewReduxWriter(vangogh_local_data.SyncEventsProperty)
if err != nil {
return sa.EndWithError(err)
Expand Down
Loading

0 comments on commit 99e5926

Please sign in to comment.