剧情介绍
Far’Hook is a 20-year-old rapper. Following a violent dispute with a rival, he’s forced to leave Paris for a while. His producer, Bilal, suggests that Far’Hook acts as driver for Bilal’s father, Serge, on a tour of French ports, following in the footsteps of the classic painter Joseph Vernet. Despite the age gap and culture clash, an unlikely friendship forms between this talented rapper and a bricklayer from the north of France during a road trip that concludes in Marseille for a final concert, one of reconciliation.
《环法》-下载帮助:
1、本站网盘资源收集自网络,不保证长期有效,喜欢请尽快下载。
2、磁力链接直接复制到迅雷-百度云盘-115云盘内即可下载。操作教程
3、所有资源来源网络,与本站无关,如侵犯您的权益,请联系站长QQ2368258773删除资源。
$(function(){
$("#play li").click(
function(){
$(this).addClass("this").siblings().removeClass("this");
index = $("#play li").index(this);
$("#playlist div").eq(index).fadeIn(800).siblings().hide();
}
)
});
$(function(){
$("#down li").click(
function(){
$(this).addClass("this").siblings().removeClass("this");
index = $("#down li").index(this);
$("#downlist div").eq(index).fadeIn(800).siblings().hide();
}
)
});