Slashdot Mirror


Sweden Sees Boom In Legal Downloading

Quantos writes with word that in Sweden, in addition to a drop in traffic following the introduction of the IPRED anti-file sharing law, the country also saw a doubling of legal downloads. "The sale of music via the Internet and mobile phones has increased by 100 percent since the Swedish anti-file sharing IPRED law entered into force last week, according to digital content provider InProdicon. '...I don't know if this is only because of IPRED, but it is definitely a sign of a major change,' said managing director Klas Brännström. InProdicon provides half of the downloaded tunes in Sweden via several online and mobile music services." Meanwhile The Pirate Bay's anticipated VPN service has seen over 113,000 requests for beta invitations since late last month; 80% are from Sweden. Traffic numbers may begin to rise again once the service goes live.

1 of 121 comments (clear)

  1. Re:The VpN by Hal_Porter · · Score: 0, Redundant

    Sweden has just passed an anti file sharing law called IPRED which allows courts to order ISPs to hand over information about who was using a particular IP address at a particular time. The VPN service is called IPREDator and is designed so that it is impossible for the Pirate Bay to do this.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;