yt-dlp is capable of downloading a title but it’s tedious to download all of them. is there an easy way? and for ard and zdf?

    • @juli@programming.devOP
      link
      fedilink
      English
      31 year ago

      I tried it, it’s very nice to download to your computer but not for the server and not for a whole series

      • @Sailing7@lemmy.ml
        link
        fedilink
        English
        21 year ago

        For a complete series its difficult. I guess you could copy all the links of each episode, put it in a .csv file, and let GPT write a script that opens up a Terminal/CMS/Powershell that calls yt-dlp with the parameter being the link of each episode.

        Naming to be S01/E01 could get difficult but you could make another row in the .csv file and let GPT edit the script, so that after the download is complete the file gets renamed to the corresponding row.

        Oooor you go the easiest way and sail the high seas, go to serienjunkies.org or other sites like this one, and go with one of the one-click-hosters, pay them and be good for a year or whatever time range you would choose.

        • @juli@programming.devOP
          link
          fedilink
          English
          21 year ago

          Yt-dlp can hat on its own. No need for an external script

          I want to hoard it, any idea which tracker has german mediathekview content? I’m not aware of any

          I dont like usenet and other hosters. I never could get it working properly

    • riccardo
      link
      fedilink
      English
      3
      edit-2
      1 year ago

      Tried to open that webpage but godaddy asks me if I want to buy the domain. Typo?

  • plague-sapiens
    link
    fedilink
    English
    9
    edit-2
    1 year ago

    Have you tried jDownloader? If normal link search doesn’t work, try the deep search (or get into the websites source code and search for the media file and input that into jDownloader).

  • @igorette@lemmy.ml
    link
    fedilink
    English
    81 year ago

    my dirty method with wget, fzf, pueue and yt-dlp put this in e.g. .bashrc

    myytdlq () { wget -k $1 -O /tmp/myytdl.tmp; cat /tmp/myytdl.tmp | perl -pe 's/\"/\n\"\n/g; s/\\u002F/\//g;' | grep -v hoerfassung | sort
     -u | fzf -m --query "http video" | cat > /tmp/myytdlq; export MYYTDLQ=$(cat /tmp/myytdlq); clear; echo $MYYTDLQ; for i in $MYYTDLQ; do 
    pueue add -- "yt-dlp  --restrict-filenames    --output '%(extractor_key)s-%(title).40s.%(ext)s'  $i"; done }
    

    and use it with the url of the series

    myytdlq https://www.arte.tv/de/videos/113212-001-A/this-is-england-86-1-4/

    • @juli@programming.devOP
      link
      fedilink
      English
      11 year ago

      Thx! I will check it, i saved the comment to respond with the result but so far I didn’t have time.

  • Kalash
    link
    fedilink
    English
    5
    edit-2
    1 year ago

    I hardly download from them, so I don’t have an automated way.

    What I do is use ublock origin to look at the network calls, find the media link and then use curl to download it.

  • @Holzkohlen@feddit.de
    link
    fedilink
    English
    41 year ago

    yt-dlp can download playlists and such. Have you tried using a link to some overview page or some such? Either way, how many videos can a series on arte have? 5 or 6? How that can be called tedious is beyond me.

  • @Luvon@beehaw.org
    link
    fedilink
    English
    41 year ago

    Don’t know if it works for this but have you tried jdownloader 2? That’s what I use for most things. It can scrape pages and maintains a download queue

  • @emhl@feddit.de
    link
    fedilink
    English
    01 year ago

    https://github.com/fnep/mtv_dl mtv_dl allows searching the Mediathekview database from the command line and download all videos that haven’t already been downloaded and that fit the search. I use it to download new episodes from TV shows that I’m interested in