GitXplorerGitXplorer
a

Ellinofreneia-crawler

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
2cc3779775c27e9c330c5df82d074e18e370be55

Forgoten commit from half a year ago.

aalatiera committed 7 years ago
Unverified
ccb78d9db8bff232bf2eb28e5f58a759afd9f9d9

Fixed bug where it would index multiple instances of the same url

committed 8 years ago
Unverified
7647b21502d82471e563cb4a9275f644661e3a4a

removed rename -r

committed 8 years ago
Unverified
af829daffcb39bf13e5a0417c1a1a74f6e88080f

hotfix

committed 8 years ago
Unverified
64b8360a5ec7b5d99ea9a5bd0055c6df769e1003

update readme

committed 8 years ago
Unverified
32213edd152e2e483cc66fb727a824e0681bcdef

replaced urllib with requests

committed 8 years ago

README

The README file for this repository.

Ellinofreneia-crawler

dler of ellinofreneianet.gr website

Info:

Unoficial crawler meant for offline content consumption.

There also 2 hidden rss feeds on the site but they link to soundcloud/youtube.

radio

tv

Dependancies:

Usage:

./launcher.py [dl] [rename] [organize]

Examples:

./launcher.py dl 5 -a

Downloads the last 5 radioshows:

./launcher.py dl 3

Downloads the last 3 radio and last 3 tv shows

./launcher.py dl 4 -v

Downloads the last 4 tv shows:

Audio files specific:

Rename:

./launcher.py rename

Rename the mp3 files based on their title.

./launcher.py rename -r If passed with -r it will be performed recursivly

Organize:

./launcher.py organize

Organizes mp3s in a folder structure based on date extracted from the file

./launcher.py --help :

usage: launcher.py [-h] {download,dl,crawl,rename,sort,organize} ...

positional arguments:
  {download,dl,crawl,rename,sort,organize}
    download (dl, crawl)
                        Downloads the shows
    rename              Renames radio shows to sort properly
    sort (organize)     Organizes mp3s in a folder structure based on date
                        extracted from the file

optional arguments:
  -h, --help            show this help message and exit