fdroiddata/metadata/io.gitlab.mudassir.youtubecacher.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 18:41:06 +02:00

32 lines
783 B
YAML

AntiFeatures:
- NonFreeNet
Categories:
- Multimedia
License: BSD-3-Clause
WebSite: https://gitlab.com/mudassir/youtube-cacher
SourceCode: https://gitlab.com/mudassir/youtube-cacher/tree/HEAD
IssueTracker: https://gitlab.com/mudassir/youtube-cacher/issues
AutoName: YouTube Cacher
Summary: Download Youtube videos
Description: |-
Requires no root permissions, and is easy to use. Just paste the URL of the
video you want to download, and once the download completes you can watch the
video.
RepoType: git
Repo: https://gitlab.com/mudassir/youtube-cacher.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: 70bfd292
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 1