Re: [Freedos-user] yt-dl in dos?

2020-12-19 Thread andrea936
  
 Thanks you all for your interest in my question. 
Ok, I understand
that it's impossible to carry yt-dl in dos. 
 Obviusly it's easier ton
use win or linux, but DOS is an hobby and it's fun to do with old PC
mostly what you do with news ones faster and more powerful! 
 In the old
good days with Arachne , using ytcrack.apm was possible download
video/song from youtube, but now the HTTPS site are inaccesssible with
Arachne. ( to see video/song from youtube I use dos-MPLAYER, it' work
fine -) 
 Ther's a dos program ( ytcrack, from Fredmaccall -
macall.net/#ytcrack -) that would make it possible, but currently I have
no luck using it anymore. Do you know? 
 Thanks, regards 
andrea 

Il
16.12.2020 18:33 dmccunney ha scritto: 

> On Wed, Dec 16, 2020 at 8:00
AM Joao Silva wrote:
> 
>> I think not, solution windows firefox addon
downloadhelper should do the trick
> 
> Assuming you are running Firefox
or Chrome on a Windows or Linux
> system. Neither the browsers nor the
extension run under FreeDOS.
> 
> The OP wants to do this from
*FreeDOS.* The answer is almost
> certainly "Not *possible*".
> __
>
Dennis
> 
> ___
>
Freedos-user mailing list
> Freedos-user@lists.sourceforge.net [2]
>
https://lists.sourceforge.net/lists/listinfo/freedos-user [3]
 



Con Tiscali Mobile Smart 30 4G hai minuti illimitati, 100 SMS e 30 Giga in 4G a 
soli 8,99€ al mese. http://tisca.li/smart30

___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] yt-dl in dos?

2020-12-16 Thread dmccunney
On Wed, Dec 16, 2020 at 8:00 AM Joao Silva  wrote:
>
> I think not, solution windows firefox addon downloadhelper should do the trick

Assuming you are running Firefox or Chrome on a Windows or Linux
system.  Neither the browsers nor the extension run under FreeDOS.

The OP wants to do this from *FreeDOS.*  The answer is almost
certainly "Not *possible*".
__
Dennis


___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] yt-dl in dos?

2020-12-16 Thread dmccunney
On Wed, Dec 16, 2020 at 6:58 AM Thomas Mueller  wrote:
> > On Tue, Dec 15, 2020 at 6:46 PM  wrote:
>
> > > You think is there any way to configure youtube-dl in Dos?
>
> > *Extremely* unlikely.  It requires Python 2.6 or 2.7.  The most recent
> > version of Python built for DOS is a DJGPP port of Python 2.4.2.
>
> Python 2.4.2 and 2.6 are obsolete, and 2.7 is heading that way.

I simply quoted the requirements stated on the youtube-dl site for building it.

> Package developers on open-source OSes, mainly Unix-related and not including 
> FreeDOS (ReactOS?), are busy converting their packages to use Python 3.x and 
> kick 2.7 out the door.

That's a slow process.  There's a lot of resistance among Python devs
who disagreed with breaking changes in 3.x. There are lots of things
out there being built on Python 2.X that don't actually need Python
3.X for what they currently do, and efforts to convert to 3.X are
essentially future-proofing.  It's not a current *requirement*.

> Not sure about Cygwin and MinGW.

Cygwin and MinGW will be similar.  The purpose of both efforts was to
port the *nix development toolchain to Windows, and use MSVCRT as the
runtime code would  link against.  Cygwin implements a POSIX runtime
as a dll, and Cygwin apps compile using it.  A lot of *nix code builds
out of the box because the DLL provides the system calls the programs
expect to see.  AT's uWin environment did the same thing.

> Perl and Python are vital parts of any (quasi-)Unix OS, but FreeBSD is far 
> behind.

And differences in BSD provide challengews for Mac OS/X developers,
because it has a BSD kernel under the hood.

> I too think any attempt to port youtube-dl to FreeDOS would be an exercise in 
> frustration, even more so for any other DOS.

I concur, and don't understand why anyone might *try.*

FreeDOS attempts to be compatible  with an OS that has not been
developed, sold, or supported in over 25 years.  Lots of things people
want to deal with now didn't *exist* when DOS was current, like USB.
DOS was developed in the days when hardware was an order of magnitude
more expensive and less powerful than what we commonly use now, and
was intended for resource constrained environments.

There are *many* things DOS simply cannot do, and if you need to do
those things you run Windows or Linux.  (And there are things DOS
*can* more or less do which are like the old joke about the dancing
bear - "The miracle is not how well it dances, but that it dances at
all."  Web browsing is a case in point.)

I still want to know what the OP would use to *view* YouTube videos
under DOS, regardless of how he got them there.

> Tom
__
Dennis


___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] yt-dl in dos?

2020-12-16 Thread Joao Silva
Hello.

I think not, solution windows firefox addon downloadhelper should do the
trick

On Tue, Dec 15, 2020 at 11:46 PM  wrote:

> You think is there any way to configure youtube-dl in Dos?
> I probe it in Linux, and in win xp - from dos terminal, text mode - and it
> work fine and fast, without tip and triks or publicity,and I download
> song/video.
> Download and source in http://www.github.com/ytdl-org/youtube-dl
>I Know Ytcrack  ( by Fred C. Macall) for dos but I have no luck with it.
>thanks
> andrea
>
>
>
>
> Con Tiscali Mobile Smart 30 4G hai minuti illimitati, 100 SMS e 30 Giga in
> 4G a soli 8,99€ al mese. http://tisca.li/smart30
>
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] yt-dl in dos?

2020-12-16 Thread Thomas Mueller
> On Tue, Dec 15, 2020 at 6:46 PM  wrote:

> > You think is there any way to configure youtube-dl in Dos?

> *Extremely* unlikely.  It requires Python 2.6 or 2.7.  The most recent
> version of Python built for DOS is a DJGPP port of Python 2.4.2.

> What do you expect to use under FreeDOS to *view* the videos if you
> *can* download them?

> Dennis

Python 2.4.2 and 2.6 are obsolete, and 2.7 is heading that way.

Package developers on open-source OSes, mainly Unix-related and not including 
FreeDOS (ReactOS?), are busy converting their packages to use Python 3.x and 
kick 2.7 out the door.

Not sure about Cygwin and MinGW. 

Perl and Python are vital parts of any (quasi-)Unix OS, but FreeBSD is far 
behind.

I too think any attempt to port youtube-dl to FreeDOS would be an exercise in 
frustration, even more so for any other DOS.

Tom



___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] yt-dl in dos?

2020-12-15 Thread Regan Russell
yt-dl is built on a lot of other software... I think ffmeg and whole lot more 
It has a huge depnedancy list so my only suggestion is "good luck with that".

R.


From: andrea...@tiscali.it 
Sent: Wednesday, 16 December 2020 10:43 AM
To: freedos-user@lists.sourceforge.net 
Subject: [Freedos-user] yt-dl in dos?


You think is there any way to configure youtube-dl in Dos?
I probe it in Linux, and in win xp - from dos terminal, text mode - and it work 
fine and fast, without tip and triks or publicity,and I download song/video.
Download and source in http://www.github.com/ytdl-org/youtube-dl
   I Know Ytcrack  ( by Fred C. Macall) for dos but I have no luck with it.
   thanks
andrea




Con Tiscali Mobile Smart 30 4G hai minuti illimitati, 100 SMS e 30 Giga in 4G a 
soli 8,99€ al mese. http://tisca.li/smart30

___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] yt-dl in dos?

2020-12-15 Thread dmccunney
On Tue, Dec 15, 2020 at 6:46 PM  wrote:
>
> You think is there any way to configure youtube-dl in Dos?

*Extremely* unlikely.  It requires Python 2.6 or 2.7.  The most recent
version of Python built for DOS is a DJGPP port of Python 2.4.2.

What do you expect to use under FreeDOS to *view* the videos if you
*can* download them?
__
Dennis


___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] yt-dl in dos?

2020-12-15 Thread andrea936
  

You think is there any way to configure youtube-dl in Dos?
 I probe
it in Linux, and in win xp - from dos terminal, text mode - and it work
fine and fast, without tip and triks or publicity,and I download
song/video.
 Download and source in
http://www.github.com/ytdl-org/youtube-dl [1]
 I Know Ytcrack ( by Fred
C. Macall) for dos but I have no luck with it.
 thanks
andrea

 



Con Tiscali Mobile Smart 30 4G hai minuti illimitati, 100 SMS e 30 Giga in 4G a 
soli 8,99€ al mese. http://tisca.li/smart30

___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user