Jense5 / mp3-downloader

Command line tool to download mp3 files with metadata
MIT License
9 stars 2 forks source link

Wrong format? #33

Open RuslansJ opened 6 years ago

RuslansJ commented 6 years ago

Thanks very much for your project, however, I would like to understand whether it is supposed to save files as .mp3 or .webm as it does now. Some files are also saved as *.m4a

Jense5 commented 6 years ago

Thanks for the kind words! The .webm extension should be a temporary file while it is still downloading. Can you please provide me an example that downloads in .m4a? I don't have much time in the upcoming week, but will try to fix it as soon as possible.

RuslansJ commented 6 years ago

Hi, that was a fast answer! for me it somehow stops at *.webm all the time. Perhaps I am lacking some codecs?

Here's an example of *.m4a output with debugging:

Fetched iTunes data...
Received a total of 0 results.
Could not find this track on iTunes, will not set the id3 tags.
Finding a Youtube match...
Using "AIzaSyDiRSSFXxCYS5eXSLXfTdnJALZugHmSvgE" as token for Youtube.
Using Youtube query: Ума Турман и Екатерина Гусева - Может быть получится
Found a total of 50 tracks on Youtube.
Found a total of 30 valid videos on Youtube.
Will use this Youtube result:
{
    "kind": "youtube#video",
    "etag": "\"Wu2llbfqCdxIVjGbVPm2DslKPCA/inj1UtVopH-AueriJ6HWaKSDbZ4\"",
    "id": "xp-xwbrKELw",
    "snippet": {
        "publishedAt": "2008-06-22T19:05:14.000Z",
        "channelId": "UCK9kSe36MtEO4vDZ_-Dj-5A",
        "title": "Уматурман + Катя Гусева - Может быть получится (live)",
        "description": "Уматурман Может быть получится (live)",
        "thumbnails": {
            "default": {
                "url": "https://i.ytimg.com/vi/xp-xwbrKELw/default.jpg",
                "width": 120,
                "height": 90
            },
            "medium": {
                "url": "https://i.ytimg.com/vi/xp-xwbrKELw/mqdefault.jpg",
                "width": 320,
                "height": 180
            },
            "high": {
                "url": "https://i.ytimg.com/vi/xp-xwbrKELw/hqdefault.jpg",
                "width": 480,
                "height": 360
            }
        },
        "channelTitle": "johgasCZ",
        "tags": [
            "Уматурман",
            "Может",
            "быть",
            "получится",
            "rock",
            "russian",
            "Катя",
            "Гусева"
        ],
        "categoryId": "10",
        "liveBroadcastContent": "none",
        "localized": {
            "title": "Уматурман + Катя Гусева - Может быть получится (live)",
            "description": "Уматурман Может быть получится (live)"
        }
    },
    "contentDetails": {
        "duration": "PT2M48S",
        "dimension": "2d",
        "definition": "sd",
        "caption": "false",
        "licensedContent": false,
        "projection": "rectangular"
    },
    "status": {
        "uploadStatus": "processed",
        "privacyStatus": "public",
        "license": "youtube",
        "embeddable": true,
        "publicStatsViewable": true
    },
    "statistics": {
        "viewCount": "426469",
        "likeCount": "1279",
        "dislikeCount": "21",
        "favoriteCount": "0",
        "commentCount": "59"
    },
    "link": "https://www.youtube.com/watch?v=xp-xwbrKELw",
    "durationMillis": 168000
}
Starting download...
Converting...
Writing metadata...
Completed in 6.06s.
Finished without metadata.